"Coastal Dusk Harmony" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Coastal Dusk Harmony" palette

Share this palette to:

"Coastal Dusk Harmony" color palette CSS

/* CSS */
.color-1 {
color: #cf9e54;
}
.color-2 {
color: #69a7ce;
}
.color-3 {
color: #2775b9;
}
.color-4 {
color: #1b528d;
}
.color-5 {
color: #5d3c55;
}

/* CSS Variables */
:root {
--color-1: #cf9e54;
--color-2: #69a7ce;
--color-3: #2775b9;
--color-4: #1b528d;
--color-5: #5d3c55;
}

"Coastal Dusk Harmony" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf9e54, #69a7ce, #2775b9, #1b528d, #5d3c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf9e54, #69a7ce, #2775b9, #1b528d, #5d3c55);
}

Similar color palettes

Scroll down to explore 2 Golden color palettes

"Coastal Dusk Harmony" color palette created on .