Winter Bleach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Bleach palette
Download Winter Bleach Color Palette (PNG)
Winter Bleach color palette CSS
/* CSS */
.color-1 {
color: #d6eaf0;
}
.color-2 {
color: #a5c1d5;
}
.color-3 {
color: #75afc2;
}
.color-4 {
color: #4b909b;
}
.color-5 {
color: #2c6a7d;
}
/* CSS Variables */
:root {
--color-1: #d6eaf0;
--color-2: #a5c1d5;
--color-3: #75afc2;
--color-4: #4b909b;
--color-5: #2c6a7d;
}
Winter Bleach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6eaf0, #a5c1d5, #75afc2, #4b909b, #2c6a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6eaf0, #a5c1d5, #75afc2, #4b909b, #2c6a7d);
}
Similar color palettes
Scroll down to explore 1000+ colors.ice color palettes
Winter Bleach color palette created on .