Coastal Sunrise Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunrise Harmony palette

Share this palette to:

Coastal Sunrise Harmony color palette CSS

/* CSS */
.color-1 {
color: #e1b96b;
}
.color-2 {
color: #bf8e40;
}
.color-3 {
color: #7293b1;
}
.color-4 {
color: #5d89ac;
}
.color-5 {
color: #4679a0;
}

/* CSS Variables */
:root {
--color-1: #e1b96b;
--color-2: #bf8e40;
--color-3: #7293b1;
--color-4: #5d89ac;
--color-5: #4679a0;
}

Coastal Sunrise Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b96b, #bf8e40, #7293b1, #5d89ac, #4679a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b96b, #bf8e40, #7293b1, #5d89ac, #4679a0);
}

Coastal Sunrise Harmony color palette created on .