Paleta de colores Sage Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage Green palette

Compartir esta paleta en:

CSS de la paleta de colores Sage Green

/* CSS */
.color-1 {
color: #b1c8b1;
}
.color-2 {
color: #a7d7b4;
}
.color-3 {
color: #c4e1c1;
}
.color-4 {
color: #e2f3e8;
}
.color-5 {
color: #cfe2cf;
}

/* CSS Variables */
:root {
--color-1: #b1c8b1;
--color-2: #a7d7b4;
--color-3: #c4e1c1;
--color-4: #e2f3e8;
--color-5: #cfe2cf;
}

CSS del degradado de fondo Sage Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c8b1, #a7d7b4, #c4e1c1, #e2f3e8, #cfe2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c8b1, #a7d7b4, #c4e1c1, #e2f3e8, #cfe2cf);
}

Sage Green color palette created on .