Paleta de colores Vibrant Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Earthtones palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Earthtones

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #a8a8a8;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #ff5833;
--color-3: #ffec3d;
--color-4: #8b4513;
--color-5: #a8a8a8;
}

CSS del degradado de fondo Vibrant Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #ff5833, #ffec3d, #8b4513, #a8a8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #ff5833, #ffec3d, #8b4513, #a8a8a8);
}

Vibrant Earthtones color palette created on .