Paleta de colores Sage Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sage Serenity

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b1d2c1;
}
.color-3 {
color: #d4e7d0;
}
.color-4 {
color: #e8f6e4;
}
.color-5 {
color: #f0f9f4;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b1d2c1;
--color-3: #d4e7d0;
--color-4: #e8f6e4;
--color-5: #f0f9f4;
}

CSS del degradado de fondo Sage Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b1d2c1, #d4e7d0, #e8f6e4, #f0f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b1d2c1, #d4e7d0, #e8f6e4, #f0f9f4);
}

Sage Serenity color palette created on .