Paleta de colores Mountain Adventure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mountain Adventure palette

Compartir esta paleta en:

Descargar la paleta de colores Mountain Adventure (PNG)

Download mountain adventure color palette PNG image (landscape)
Download mountain adventure color palette PNG image (square)

CSS de la paleta de colores Mountain Adventure

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #6b7b6c;
}
.color-3 {
color: #9bb5a1;
}
.color-4 {
color: #e2d5a2;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #6b7b6c;
--color-3: #9bb5a1;
--color-4: #e2d5a2;
--color-5: #f0a400;
}

CSS del degradado de fondo Mountain Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}

Mountain Adventure color palette created on .