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: #ffb3b3;
}
.color-2 {
color: #ffdfb3;
}
.color-3 {
color: #ffffb3;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #b3d0ff;
}
/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #ffdfb3;
--color-3: #ffffb3;
--color-4: #b3e2ff;
--color-5: #b3d0ff;
}
Serene Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #ffdfb3, #ffffb3, #b3e2ff, #b3d0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #ffdfb3, #ffffb3, #b3e2ff, #b3d0ff);
}
Similar color palettes
Scroll down to explore 80+ Bright color palettes
Serene Sunrise color palette created on .