Pastel Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Winter palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pastel Winter Color Palette (PNG)
Pastel Winter color palette CSS
/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #a3c2d7;
}
.color-3 {
color: #b3e0e6;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #f1c6d8;
}
/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #a3c2d7;
--color-3: #b3e0e6;
--color-4: #f1f5f8;
--color-5: #f1c6d8;
}
Pastel Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #a3c2d7, #b3e0e6, #f1f5f8, #f1c6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #a3c2d7, #b3e0e6, #f1f5f8, #f1c6d8);
}
Similar color palettes
Pastel Winter color palette created on .