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