Gentle Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Sunrise palette
Gentle Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f3c7aa;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #d5e6b2;
}
.color-5 {
color: #a9d8ea;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f3c7aa;
--color-3: #f2e7ba;
--color-4: #d5e6b2;
--color-5: #a9d8ea;
}
Gentle Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f3c7aa, #f2e7ba, #d5e6b2, #a9d8ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f3c7aa, #f2e7ba, #d5e6b2, #a9d8ea);
}
Similar color palettes
Gentle Sunrise color palette created on .