Paleta de colores Shades of Charred Umber
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Charred Umber palette
CSS de la paleta de colores Shades of Charred Umber
/* CSS */
.color-1 {
color: #2c2320;
}
.color-2 {
color: #4b3e3a;
}
.color-3 {
color: #7c6a6a;
}
.color-4 {
color: #bfb0b1;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #2c2320;
--color-2: #4b3e3a;
--color-3: #7c6a6a;
--color-4: #bfb0b1;
--color-5: #e9b79f;
}
CSS del degradado de fondo Shades of Charred Umber
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2320, #4b3e3a, #7c6a6a, #bfb0b1, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2320, #4b3e3a, #7c6a6a, #bfb0b1, #e9b79f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Terroso
Shades of Charred Umber color palette created on .