Winter Coat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Coat palette
Winter Coat color palette PNG image
Winter Coat color palette CSS
/* CSS */
.color-1 {
color: #4b4e5d;
}
.color-2 {
color: #6a7d8a;
}
.color-3 {
color: #9db2b4;
}
.color-4 {
color: #c4d8e3;
}
.color-5 {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--color-1: #4b4e5d;
--color-2: #6a7d8a;
--color-3: #9db2b4;
--color-4: #c4d8e3;
--color-5: #f3f9fc;
}
Winter Coat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e5d, #6a7d8a, #9db2b4, #c4d8e3, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e5d, #6a7d8a, #9db2b4, #c4d8e3, #f3f9fc);
}
Similar color palettes
Scroll down to explore 50+ Winter color palettes
Winter Coat color palette created on .