Sunrise Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunrise Serenity Color Palette (PNG)
Sunrise Serenity color palette CSS
/* CSS */
.color-1 {
color: #bdcfe0;
}
.color-2 {
color: #eebfaf;
}
.color-3 {
color: #f8f5e2;
}
.color-4 {
color: #cdbf9d;
}
.color-5 {
color: #dab358;
}
/* CSS Variables */
:root {
--color-1: #bdcfe0;
--color-2: #eebfaf;
--color-3: #f8f5e2;
--color-4: #cdbf9d;
--color-5: #dab358;
}
Sunrise Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
Similar color palettes
Sunrise Serenity color palette created on .