Paleta de colores Verdant Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Ember palette
CSS de la paleta de colores Verdant Ember
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #28af60;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #d63f2e;
--color-3: #2b3d50;
--color-4: #f9e79f;
--color-5: #28af60;
}
CSS del degradado de fondo Verdant Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Verde
Verdant Ember color palette created on .