Mountain Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mountain Spring palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mountain Spring Color Palette (PNG)
Mountain Spring color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e4c8;
}
.color-3 {
color: #e7f5d1;
}
.color-4 {
color: #f3a358;
}
.color-5 {
color: #e76a8d;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e4c8;
--color-3: #e7f5d1;
--color-4: #f3a358;
--color-5: #e76a8d;
}
Mountain Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e4c8, #e7f5d1, #f3a358, #e76a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e4c8, #e7f5d1, #f3a358, #e76a8d);
}
Similar color palettes
Scroll down to explore 3 Spring color palettes
Mountain Spring color palette created on .