Serene Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunrise palette
Serene Sunrise color palette CSS
/* CSS */
.color-1 {
color: #7e9bb9;
}
.color-2 {
color: #ade1d4;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #ade1d4;
--color-3: #f5e0a3;
--color-4: #f9c54e;
--color-5: #f94346;
}
Serene Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #ade1d4, #f5e0a3, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #ade1d4, #f5e0a3, #f9c54e, #f94346);
}
Similar color palettes
Serene Sunrise color palette created on .