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