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: #e8f1f7;
}
.color-2 {
color: #b3cde0;
}
.color-3 {
color: #3a6983;
}
.color-4 {
color: #1d5067;
}
.color-5 {
color: #0f2c3e;
}
/* CSS Variables */
:root {
--color-1: #e8f1f7;
--color-2: #b3cde0;
--color-3: #3a6983;
--color-4: #1d5067;
--color-5: #0f2c3e;
}
Winter's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f7, #b3cde0, #3a6983, #1d5067, #0f2c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f7, #b3cde0, #3a6983, #1d5067, #0f2c3e);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Winter's Embrace color palette created on .