Dark Sea Green Sunset Color Palette

Discover the beautiful Dark Sea Green Sunset color palette featuring te papa green (#1d4e40), fruit salad (#4b8b5a), vista blue (#8ad0ad), sandy brown (#f1a46a) and raw sienna (#d68c3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Orange, Retro, Sunset color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dark Sea Green Sunset palette

Share this palette to:

💻 Dark Sea Green Sunset color palette CSS

/* CSS */
.color-1 {
color: #1d4e40;
}
.color-2 {
color: #4b8b5a;
}
.color-3 {
color: #8ad0ad;
}
.color-4 {
color: #f1a46a;
}
.color-5 {
color: #d68c3d;
}

/* CSS Variables */
:root {
--color-1: #1d4e40;
--color-2: #4b8b5a;
--color-3: #8ad0ad;
--color-4: #f1a46a;
--color-5: #d68c3d;
}

🌈 Dark Sea Green Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4e40, #4b8b5a, #8ad0ad, #f1a46a, #d68c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4e40, #4b8b5a, #8ad0ad, #f1a46a, #d68c3d);
}

Dark Sea Green Sunset color palette created on .