Paleta de colores Celestial Emeralds
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Emeralds palette
CSS de la paleta de colores Celestial Emeralds
/* CSS */
.color-1 {
color: #3c9f5c;
}
.color-2 {
color: #50b97c;
}
.color-3 {
color: #6dd099;
}
.color-4 {
color: #a0e4b5;
}
.color-5 {
color: #cff7d3;
}
/* CSS Variables */
:root {
--color-1: #3c9f5c;
--color-2: #50b97c;
--color-3: #6dd099;
--color-4: #a0e4b5;
--color-5: #cff7d3;
}
CSS del degradado de fondo Celestial Emeralds
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9f5c, #50b97c, #6dd099, #a0e4b5, #cff7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9f5c, #50b97c, #6dd099, #a0e4b5, #cff7d3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Verde
Celestial Emeralds color palette created on .