Paleta de colores Beastbound Forge
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Beastbound Forge palette
CSS de la paleta de colores Beastbound Forge
/* CSS */
.color-1 {
color: #7d9c35;
}
.color-2 {
color: #c3b13c;
}
.color-3 {
color: #c24f3d;
}
.color-4 {
color: #4e4027;
}
.color-5 {
color: #e3b3a1;
}
/* CSS Variables */
:root {
--color-1: #7d9c35;
--color-2: #c3b13c;
--color-3: #c24f3d;
--color-4: #4e4027;
--color-5: #e3b3a1;
}
CSS del degradado de fondo Beastbound Forge
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c35, #c3b13c, #c24f3d, #4e4027, #e3b3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c35, #c3b13c, #c24f3d, #4e4027, #e3b3a1);
}
Paletas de colores similares
Beastbound Forge color palette created on .