Pink Snow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Snow palette
Pink Snow color palette CSS
/* CSS */
.color-1 {
color: #f8d3e1;
}
.color-2 {
color: #f5a8c8;
}
.color-3 {
color: #f2b1d8;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #e4c5e7;
}
/* CSS Variables */
:root {
--color-1: #f8d3e1;
--color-2: #f5a8c8;
--color-3: #f2b1d8;
--color-4: #eab8e4;
--color-5: #e4c5e7;
}
Pink Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3e1, #f5a8c8, #f2b1d8, #eab8e4, #e4c5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3e1, #f5a8c8, #f2b1d8, #eab8e4, #e4c5e7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Snow color palette created on .