Paleta de colores Emerald Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Emerald Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Emerald Oasis

/* CSS */
.color-1 {
color: #3a7e3c;
}
.color-2 {
color: #6cbf5a;
}
.color-3 {
color: #a3d96d;
}
.color-4 {
color: #f1e98e;
}
.color-5 {
color: #f8c230;
}

/* CSS Variables */
:root {
--color-1: #3a7e3c;
--color-2: #6cbf5a;
--color-3: #a3d96d;
--color-4: #f1e98e;
--color-5: #f8c230;
}

CSS del degradado de fondo Emerald Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e3c, #6cbf5a, #a3d96d, #f1e98e, #f8c230);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e3c, #6cbf5a, #a3d96d, #f1e98e, #f8c230);
}

Emerald Oasis color palette created on .