Paleta de colores Sage Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sage Green palette
CSS de la paleta de colores Sage Green
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b3d6b6;
}
.color-3 {
color: #d7e1d0;
}
.color-4 {
color: #f4f7e3;
}
.color-5 {
color: #c1e6c3;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b3d6b6;
--color-3: #d7e1d0;
--color-4: #f4f7e3;
--color-5: #c1e6c3;
}
CSS del degradado de fondo Sage Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b3d6b6, #d7e1d0, #f4f7e3, #c1e6c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b3d6b6, #d7e1d0, #f4f7e3, #c1e6c3);
}
Paletas de colores similares
Sage Green color palette created on .