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