Paleta de colores Whimsical Earth and Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Earth and Sky palette
CSS de la paleta de colores Whimsical Earth and Sky
/* CSS */
.color-1 {
color: #e6ded1;
}
.color-2 {
color: #ebcf2d;
}
.color-3 {
color: #b1a7a0;
}
.color-4 {
color: #9e7467;
}
.color-5 {
color: #763adf;
}
/* CSS Variables */
:root {
--color-1: #e6ded1;
--color-2: #ebcf2d;
--color-3: #b1a7a0;
--color-4: #9e7467;
--color-5: #763adf;
}
CSS del degradado de fondo Whimsical Earth and Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ded1, #ebcf2d, #b1a7a0, #9e7467, #763adf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ded1, #ebcf2d, #b1a7a0, #9e7467, #763adf);
}
Paletas de colores similares
Whimsical Earth and Sky color palette created on .