Spring Mountain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spring Mountain palette
Spring Mountain color palette PNG image
Spring Mountain color palette CSS
/* CSS */
.color-1 {
color: #a9e0b4;
}
.color-2 {
color: #9ed5e5;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f2e2a6;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #a9e0b4;
--color-2: #9ed5e5;
--color-3: #f7b5a1;
--color-4: #f2e2a6;
--color-5: #f0a800;
}
Spring Mountain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b4, #9ed5e5, #f7b5a1, #f2e2a6, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b4, #9ed5e5, #f7b5a1, #f2e2a6, #f0a800);
}
Similar color palettes
Scroll down to explore 2 Spring color palettes
Spring Mountain color palette created on .