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