Everest Sparkle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Everest Sparkle palette
Everest Sparkle color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Everest Sparkle color palette created on .