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: #f8e4bf;
}
.color-2 {
color: #f3c6a5;
}
.color-3 {
color: #e9a78b;
}
.color-4 {
color: #da7c7c;
}
.color-5 {
color: #c75c6f;
}
/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f3c6a5;
--color-3: #e9a78b;
--color-4: #da7c7c;
--color-5: #c75c6f;
}
CSS del degradado de fondo Sunset Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f3c6a5, #e9a78b, #da7c7c, #c75c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f3c6a5, #e9a78b, #da7c7c, #c75c6f);
}
Paletas de colores similares
Sunset Whispers color palette created on .