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