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