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