Beastbound Forge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beastbound Forge palette
Beastbound Forge color palette CSS
/* 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;
}
Beastbound Forge background gradient CSS
/* 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);
}
Similar color palettes
Beastbound Forge color palette created on .