Winter Blossom Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Blossom Serenity palette
Winter Blossom Serenity color palette CSS
/* CSS */
.color-1 {
color: #f0e3e0;
}
.color-2 {
color: #e2b6c2;
}
.color-3 {
color: #d1a3e0;
}
.color-4 {
color: #b5dbe8;
}
.color-5 {
color: #95dfbf;
}
/* CSS Variables */
:root {
--color-1: #f0e3e0;
--color-2: #e2b6c2;
--color-3: #d1a3e0;
--color-4: #b5dbe8;
--color-5: #95dfbf;
}
Winter Blossom Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3e0, #e2b6c2, #d1a3e0, #b5dbe8, #95dfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3e0, #e2b6c2, #d1a3e0, #b5dbe8, #95dfbf);
}
Similar color palettes
Winter Blossom Serenity color palette created on .