Trip to the Mountains Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Trip to the Mountains palette
Trip to the Mountains color palette PNG image
Trip to the Mountains color palette CSS
/* CSS */
.color-1 {
color: #7c9b50;
}
.color-2 {
color: #a1c4a1;
}
.color-3 {
color: #d2e7b6;
}
.color-4 {
color: #f5f2a8;
}
.color-5 {
color: #f0b000;
}
/* CSS Variables */
:root {
--color-1: #7c9b50;
--color-2: #a1c4a1;
--color-3: #d2e7b6;
--color-4: #f5f2a8;
--color-5: #f0b000;
}
Trip to the Mountains background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9b50, #a1c4a1, #d2e7b6, #f5f2a8, #f0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9b50, #a1c4a1, #d2e7b6, #f5f2a8, #f0b000);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Trip to the Mountains color palette created on .