Everest Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Everest Sparkle palette

Share this palette to:

Everest Sparkle color palette PNG image

Download everest sparkle color palette PNG image (landscape)
Download everest sparkle color palette PNG image (square)

Everest Sparkle color palette CSS

/* CSS */
.color-1 {
color: #a3c3e0;
}
.color-2 {
color: #cee8e7;
}
.color-3 {
color: #f7f4e4;
}
.color-4 {
color: #f8d8a0;
}
.color-5 {
color: #e7a6ae;
}

/* CSS Variables */
:root {
--color-1: #a3c3e0;
--color-2: #cee8e7;
--color-3: #f7f4e4;
--color-4: #f8d8a0;
--color-5: #e7a6ae;
}

Everest Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c3e0, #cee8e7, #f7f4e4, #f8d8a0, #e7a6ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c3e0, #cee8e7, #f7f4e4, #f8d8a0, #e7a6ae);
}

Everest Sparkle color palette created on .