Paleta de colores Whispered Confections
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispered Confections palette
CSS de la paleta de colores Whispered Confections
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #e2c3b1;
}
.color-3 {
color: #d6b19f;
}
.color-4 {
color: #c89c7e;
}
.color-5 {
color: #a67c6e;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e2c3b1;
--color-3: #d6b19f;
--color-4: #c89c7e;
--color-5: #a67c6e;
}
CSS del degradado de fondo Whispered Confections
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e2c3b1, #d6b19f, #c89c7e, #a67c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e2c3b1, #d6b19f, #c89c7e, #a67c6e);
}
Paletas de colores similares
Whispered Confections color palette created on .