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