Paleta de colores Whispers of Sage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Sage palette
CSS de la paleta de colores Whispers of Sage
/* CSS */
.color-1 {
color: #c2d4ba;
}
.color-2 {
color: #a4bfa1;
}
.color-3 {
color: #8eaf8e;
}
.color-4 {
color: #6ea07e;
}
.color-5 {
color: #4b8b6e;
}
/* CSS Variables */
:root {
--color-1: #c2d4ba;
--color-2: #a4bfa1;
--color-3: #8eaf8e;
--color-4: #6ea07e;
--color-5: #4b8b6e;
}
CSS del degradado de fondo Whispers of Sage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4ba, #a4bfa1, #8eaf8e, #6ea07e, #4b8b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4ba, #a4bfa1, #8eaf8e, #6ea07e, #4b8b6e);
}
Paletas de colores similares
Whispers of Sage color palette created on .