Coastal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunrise palette

Share this palette to:

Coastal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #4b5e71;
}
.color-2 {
color: #bac1c9;
}
.color-3 {
color: #e2e6e9;
}
.color-4 {
color: #f2b75f;
}
.color-5 {
color: #d45e3a;
}

/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #bac1c9;
--color-3: #e2e6e9;
--color-4: #f2b75f;
--color-5: #d45e3a;
}

Coastal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #bac1c9, #e2e6e9, #f2b75f, #d45e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #bac1c9, #e2e6e9, #f2b75f, #d45e3a);
}

Coastal Sunrise color palette created on .