Coastal Dusk Serenade Color Palette

Discover the beautiful Coastal Dusk Serenade color palette featuring equator (#e1b96b), tussock (#c18f3e), ship cove (#7092b2), horizon (#5d89ac) and san marino (#4579a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Blue, Vibrant, Minimalist, Boho, Spring, Summer 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 Coastal Dusk Serenade palette

Share this palette to:

💻 Coastal Dusk Serenade color palette CSS

/* CSS */
.color-1 {
color: #e1b96b;
}
.color-2 {
color: #c18f3e;
}
.color-3 {
color: #7092b2;
}
.color-4 {
color: #5d89ac;
}
.color-5 {
color: #4579a1;
}

/* CSS Variables */
:root {
--color-1: #e1b96b;
--color-2: #c18f3e;
--color-3: #7092b2;
--color-4: #5d89ac;
--color-5: #4579a1;
}

🌈 Coastal Dusk Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b96b, #c18f3e, #7092b2, #5d89ac, #4579a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b96b, #c18f3e, #7092b2, #5d89ac, #4579a1);
}

Coastal Dusk Serenade color palette created on .