Trip to the Mountains Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Trip to the Mountains palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Trip to the Mountains

Download trip to the mountains color palette PNG image (landscape)
Download trip to the mountains color palette PNG image (square)

tavolozza dei colori Trip to the Mountains 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;
}

CSS con gradiente di sfondo Trip to the Mountains

/* 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);
}

Trip to the Mountains color palette created on .