Paleta de colores Burning Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Burning Forest palette
Imagen PNG de la paleta de colores Burning Forest
CSS de la paleta de colores Burning Forest
/* CSS */
.color-1 {
color: #4d1919;
}
.color-2 {
color: #783a3a;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #d67f4c;
}
.color-5 {
color: #f4caa9;
}
/* CSS Variables */
:root {
--color-1: #4d1919;
--color-2: #783a3a;
--color-3: #b95b3c;
--color-4: #d67f4c;
--color-5: #f4caa9;
}
CSS del degradado de fondo Burning Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}
Paletas de colores similares
Burning Forest color palette created on .