Blue Snowdrop Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Snowdrop palette

Share this palette to:

Blue Snowdrop color palette CSS

/* CSS */
.color-1 {
color: #f0f8ff;
}
.color-2 {
color: #e6e0e5;
}
.color-3 {
color: #c5d6d8;
}
.color-4 {
color: #a3c8e1;
}
.color-5 {
color: #87af4b;
}

/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #e6e0e5;
--color-3: #c5d6d8;
--color-4: #a3c8e1;
--color-5: #87af4b;
}

Blue Snowdrop background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #e6e0e5, #c5d6d8, #a3c8e1, #87af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #e6e0e5, #c5d6d8, #a3c8e1, #87af4b);
}

Blue Snowdrop color palette created on .