Snow on the Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Snow on the Beach palette
Snow on the Beach color palette PNG image
Snow on the Beach color palette CSS
/* CSS */
.color-1 {
color: #e9f1f0;
}
.color-2 {
color: #b2e6da;
}
.color-3 {
color: #6bd5e6;
}
.color-4 {
color: #f1b1d1;
}
.color-5 {
color: #f76969;
}
/* CSS Variables */
:root {
--color-1: #e9f1f0;
--color-2: #b2e6da;
--color-3: #6bd5e6;
--color-4: #f1b1d1;
--color-5: #f76969;
}
Snow on the Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9f1f0, #b2e6da, #6bd5e6, #f1b1d1, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9f1f0, #b2e6da, #6bd5e6, #f1b1d1, #f76969);
}
Similar color palettes
Snow on the Beach color palette created on .