Winter Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Blossom palette
Winter Blossom color palette PNG image
Winter Blossom color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff4400;
}
.color-5 {
color: #8a0000;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #ff4400;
--color-5: #8a0000;
}
Winter Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff8052, #ffd900, #ff4400, #8a0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff8052, #ffd900, #ff4400, #8a0000);
}
Similar color palettes
Winter Blossom color palette created on .