Paleta de colores Emerald Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Emerald Serenity palette
CSS de la paleta de colores Emerald Serenity
/* CSS */
.color-1 {
color: #3bbf8f;
}
.color-2 {
color: #6cefb0;
}
.color-3 {
color: #8cf2be;
}
.color-4 {
color: #c3f4d4;
}
.color-5 {
color: #e1f9e9;
}
/* CSS Variables */
:root {
--color-1: #3bbf8f;
--color-2: #6cefb0;
--color-3: #8cf2be;
--color-4: #c3f4d4;
--color-5: #e1f9e9;
}
CSS del degradado de fondo Emerald Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf8f, #6cefb0, #8cf2be, #c3f4d4, #e1f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf8f, #6cefb0, #8cf2be, #c3f4d4, #e1f9e9);
}
Paletas de colores similares
Emerald Serenity color palette created on .