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: #f6b83c;
}
.color-2 {
color: #f6c8a7;
}
.color-3 {
color: #a7d7d7;
}
.color-4 {
color: #6ab3d2;
}
.color-5 {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c8a7;
--color-3: #a7d7d7;
--color-4: #6ab3d2;
--color-5: #4a9cd3;
}
Serene Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c8a7, #a7d7d7, #6ab3d2, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c8a7, #a7d7d7, #6ab3d2, #4a9cd3);
}
Similar color palettes
Serene Sunrise color palette created on .