Colorful Mabusot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Mabusot palette

Share this palette to:

Colorful Mabusot color palette CSS

/* CSS */
.color-1 {
color: #f0b319;
}
.color-2 {
color: #e66b2d;
}
.color-3 {
color: #d33c41;
}
.color-4 {
color: #8e3e98;
}
.color-5 {
color: #4f7fba;
}

/* CSS Variables */
:root {
--color-1: #f0b319;
--color-2: #e66b2d;
--color-3: #d33c41;
--color-4: #8e3e98;
--color-5: #4f7fba;
}

Colorful Mabusot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b319, #e66b2d, #d33c41, #8e3e98, #4f7fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b319, #e66b2d, #d33c41, #8e3e98, #4f7fba);
}

Colorful Mabusot color palette created on .