Winter Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Blossom palette

Share this palette to:

Winter Blossom color palette CSS

/* CSS */
.color-1 {
color: #f2eacf;
}
.color-2 {
color: #ebd2c7;
}
.color-3 {
color: #f5b9a3;
}
.color-4 {
color: #e88c8e;
}
.color-5 {
color: #d67a85;
}

/* CSS Variables */
:root {
--color-1: #f2eacf;
--color-2: #ebd2c7;
--color-3: #f5b9a3;
--color-4: #e88c8e;
--color-5: #d67a85;
}

Winter Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2eacf, #ebd2c7, #f5b9a3, #e88c8e, #d67a85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2eacf, #ebd2c7, #f5b9a3, #e88c8e, #d67a85);
}

Winter Blossom color palette created on .