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: #f3e4aa;
}
.color-2 {
color: #b1def7;
}
.color-3 {
color: #a4c2db;
}
.color-4 {
color: #e1b7d9;
}
.color-5 {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #b1def7;
--color-3: #a4c2db;
--color-4: #e1b7d9;
--color-5: #f6a9a2;
}
Winter's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #b1def7, #a4c2db, #e1b7d9, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #b1def7, #a4c2db, #e1b7d9, #f6a9a2);
}
Similar color palettes
Winter's Embrace color palette created on .