Sunlit Snowdrift Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Snowdrift palette

Share this palette to:

Sunlit Snowdrift color palette CSS

/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f3c0a0;
}
.color-3 {
color: #f1a579;
}
.color-4 {
color: #efa15d;
}
.color-5 {
color: #eabf8b;
}

/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f3c0a0;
--color-3: #f1a579;
--color-4: #efa15d;
--color-5: #eabf8b;
}

Sunlit Snowdrift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f3c0a0, #f1a579, #efa15d, #eabf8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f3c0a0, #f1a579, #efa15d, #eabf8b);
}

Sunlit Snowdrift color palette created on .