Blushing Winter Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Winter Blooms palette
Blushing Winter Blooms color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfcfc;
}
.color-3 {
color: #f2e3e3;
}
.color-4 {
color: #e6c7c8;
}
.color-5 {
color: #d6a4a4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfcfc;
--color-3: #f2e3e3;
--color-4: #e6c7c8;
--color-5: #d6a4a4;
}
Blushing Winter Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfcfc, #f2e3e3, #e6c7c8, #d6a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfcfc, #f2e3e3, #e6c7c8, #d6a4a4);
}
Similar color palettes
Scroll down to explore 1 White color palette
Blushing Winter Blooms color palette created on .