Coastal Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Sunrise palette
Coastal Sunrise color palette CSS
/* CSS */
.color-1 {
color: #8bccda;
}
.color-2 {
color: #ffd95c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #3e5a75;
}
/* CSS Variables */
:root {
--color-1: #8bccda;
--color-2: #ffd95c;
--color-3: #ff6e61;
--color-4: #f4a462;
--color-5: #3e5a75;
}
Coastal Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bccda, #ffd95c, #ff6e61, #f4a462, #3e5a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bccda, #ffd95c, #ff6e61, #f4a462, #3e5a75);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Coastal Sunrise color palette created on .