Paleta de colores Serene Sage Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sage Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sage Harmony

/* CSS */
.color-1 {
color: #a9c4a1;
}
.color-2 {
color: #d7e0d8;
}
.color-3 {
color: #dff1e8;
}
.color-4 {
color: #c3d5c8;
}
.color-5 {
color: #b3c3b1;
}

/* CSS Variables */
:root {
--color-1: #a9c4a1;
--color-2: #d7e0d8;
--color-3: #dff1e8;
--color-4: #c3d5c8;
--color-5: #b3c3b1;
}

CSS del degradado de fondo Serene Sage Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c4a1, #d7e0d8, #dff1e8, #c3d5c8, #b3c3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c4a1, #d7e0d8, #dff1e8, #c3d5c8, #b3c3b1);
}

Serene Sage Harmony color palette created on .