Green & Orange, Violet Color Palette — PaletteCSS
Back to palettes

Green & Orange, Violet Color Palette

#D36D45 211, 109, 69
#51DB79 81, 219, 121
#5C31C9 92, 49, 201
#E3DFDD 227, 223, 221
#D36D45
Color 1
#51DB79
Color 2
#5C31C9
Color 3
#E3DFDD
Color 4
:root {
  --color-1: #D36D45;
  --color-2: #51DB79;
  --color-3: #5C31C9;
  --color-4: #E3DFDD;
}
colors: {
  'palette-1': '#D36D45',
  'palette-2': '#51DB79',
  'palette-3': '#5C31C9',
  'palette-4': '#E3DFDD',
}
const palette = [
  '#D36D45',
  '#51DB79',
  '#5C31C9',
  '#E3DFDD',
];
$color-1: #D36D45;
$color-2: #51DB79;
$color-3: #5C31C9;
$color-4: #E3DFDD;
Palette Codes 4 COLORS

This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch.

1,721 Views
Added Jun 2026
Tags
Copy & Download

About this color palette

This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Green (#51DB79) and reads as well balanced in lightness, with an average saturation of 49% and lightness of 63%. It works well for calm, professional and modern interfaces.

The colors in this palette

Orange #D36D45

rgb(211, 109, 69) · hsl(17, 62%, 55%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Green #51DB79

rgb(81, 219, 121) · hsl(137, 66%, 59%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Violet #5C31C9

rgb(92, 49, 201) · hsl(257, 61%, 49%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Light Gray #E3DFDD

rgb(227, 223, 221) · hsl(20, 10%, 88%)

A light, airy tone — ideal for backgrounds and subtle fills.

Accessibility & contrast

Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).

TextBackgroundRatioAAAAA
#5C31C9 #E3DFDD 5.79:1 Pass Fail
#51DB79 #5C31C9 4.29:1 Fail Fail
#D36D45 #E3DFDD 2.63:1 Fail Fail
#D36D45 #5C31C9 2.21:1 Fail Fail
#D36D45 #51DB79 1.95:1 Fail Fail
#51DB79 #E3DFDD 1.35:1 Fail Fail

How to use these colors

  • Background — Light Gray (#E3DFDD): the lightest tone — a clean base for large areas
  • Text — Violet (#5C31C9): the darkest tone — readable for body copy and headings
  • Primary — Green (#51DB79): the most saturated tone — buttons, links and key UI
  • Accent — Orange (#D36D45): a secondary highlight for badges and details

Colors that pair with this palette

Want to extend this palette? These colours pair naturally with its dominant Green tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.

Frequently asked questions

What colours are in this palette?

This palette has 4 colours: Orange (#D36D45), Green (#51DB79), Violet (#5C31C9) and Light Gray (#E3DFDD).

Is this a warm or cool colour palette?

It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.

What are the hex codes for this palette?

The hex codes are #D36D45, #51DB79, #5C31C9 and #E3DFDD. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — Violet text on Light Gray reaches a contrast ratio of 5.79:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!