Winter's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter's Embrace palette
Winter's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f0f4ff;
}
.color-2 {
color: #d1e3ff;
}
.color-3 {
color: #a4c3f4;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #2b6bb1;
}
/* CSS Variables */
:root {
--color-1: #f0f4ff;
--color-2: #d1e3ff;
--color-3: #a4c3f4;
--color-4: #6b9cd1;
--color-5: #2b6bb1;
}
Winter's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f4ff, #d1e3ff, #a4c3f4, #6b9cd1, #2b6bb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f4ff, #d1e3ff, #a4c3f4, #6b9cd1, #2b6bb1);
}
Similar color palettes
Winter's Embrace color palette created on .