MC BUSHPIG Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with MC BUSHPIG palette
MC BUSHPIG color palette PNG image
MC BUSHPIG color palette CSS
/* CSS */
.color-1 {
color: #ed7c35;
}
.color-2 {
color: #fab957;
}
.color-3 {
color: #f8ce44;
}
.color-4 {
color: #edd67e;
}
.color-5 {
color: #d1a85c;
}
/* CSS Variables */
:root {
--color-1: #ed7c35;
--color-2: #fab957;
--color-3: #f8ce44;
--color-4: #edd67e;
--color-5: #d1a85c;
}
MC BUSHPIG background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7c35, #fab957, #f8ce44, #edd67e, #d1a85c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7c35, #fab957, #f8ce44, #edd67e, #d1a85c);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
MC BUSHPIG color palette created on .