Paleta de colores Verdant Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Breeze palette
CSS de la paleta de colores Verdant Breeze
/* CSS */
.color-1 {
color: #3adf7c;
}
.color-2 {
color: #a8e6cf;
}
.color-3 {
color: #f9fafb;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff6e42;
}
/* CSS Variables */
:root {
--color-1: #3adf7c;
--color-2: #a8e6cf;
--color-3: #f9fafb;
--color-4: #ffec3d;
--color-5: #ff6e42;
}
CSS del degradado de fondo Verdant Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3adf7c, #a8e6cf, #f9fafb, #ffec3d, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3adf7c, #a8e6cf, #f9fafb, #ffec3d, #ff6e42);
}
Paletas de colores similares
Verdant Breeze color palette created on .