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