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