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