"Coastal Sunrise Symphony" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Coastal Sunrise Symphony" palette

Share this palette to:

"Coastal Sunrise Symphony" color palette CSS

/* CSS */
.color-1 {
color: #dcd3d0;
}
.color-2 {
color: #e8e111;
}
.color-3 {
color: #109ada;
}
.color-4 {
color: #0776bb;
}
.color-5 {
color: #ca1c1e;
}

/* CSS Variables */
:root {
--color-1: #dcd3d0;
--color-2: #e8e111;
--color-3: #109ada;
--color-4: #0776bb;
--color-5: #ca1c1e;
}

"Coastal Sunrise Symphony" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcd3d0, #e8e111, #109ada, #0776bb, #ca1c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcd3d0, #e8e111, #109ada, #0776bb, #ca1c1e);
}

Similar color palettes

Scroll down to explore 1 Soft gray color palette

"Coastal Sunrise Symphony" color palette created on .