Paleta de colores Trip to the Mountains

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Trip to the Mountains palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Trip to the Mountains

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

CSS de la paleta de colores Trip to the Mountains

/* 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 del degradado de fondo 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 .