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: #3b8bba;
}
.color-2 {
color: #69b4c9;
}
.color-3 {
color: #9fd4e0;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #3b8bba;
--color-2: #69b4c9;
--color-3: #9fd4e0;
--color-4: #f4a462;
--color-5: #e76e50;
}

Coastal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8bba, #69b4c9, #9fd4e0, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8bba, #69b4c9, #9fd4e0, #f4a462, #e76e50);
}

Coastal Sunrise color palette created on .