Snow on the Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Snow on the Beach palette

Share this palette to:

Snow on the Beach color palette PNG image

Download snow on the beach color palette PNG image (landscape)
Download snow on the beach color palette PNG image (square)

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);
}

Snow on the Beach color palette created on .