Paleta de colores Serene Emerald Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Emerald Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Emerald Oasis

/* CSS */
.color-1 {
color: #3cb472;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #69d3c9;
}
.color-4 {
color: #a3e6d4;
}
.color-5 {
color: #def7ef;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #4eb7a9;
--color-3: #69d3c9;
--color-4: #a3e6d4;
--color-5: #def7ef;
}

CSS del degradado de fondo Serene Emerald Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}

Serene Emerald Oasis color palette created on .