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