Peaceful Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peaceful Winter palette
Peaceful Winter color palette PNG image
Peaceful Winter color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #e5f7ff;
}
.color-4 {
color: #e9afaf;
}
.color-5 {
color: #f3cece;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b1e0e7;
--color-3: #e5f7ff;
--color-4: #e9afaf;
--color-5: #f3cece;
}
Peaceful Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b1e0e7, #e5f7ff, #e9afaf, #f3cece);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b1e0e7, #e5f7ff, #e9afaf, #f3cece);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Peaceful Winter color palette created on .