MC BUSHPIG Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with MC BUSHPIG palette

Share this palette to:

MC BUSHPIG color palette PNG image

Download mc bushpig color palette PNG image (landscape)
Download mc bushpig color palette PNG image (square)

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);
}

MC BUSHPIG color palette created on .