Majestic Roar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Majestic Roar palette

Share this palette to:

Majestic Roar color palette CSS

/* CSS */
.color-1 {
color: #f3b91b;
}
.color-2 {
color: #e57b24;
}
.color-3 {
color: #d53b2a;
}
.color-4 {
color: #a70c4a;
}
.color-5 {
color: #700f7b;
}

/* CSS Variables */
:root {
--color-1: #f3b91b;
--color-2: #e57b24;
--color-3: #d53b2a;
--color-4: #a70c4a;
--color-5: #700f7b;
}

Majestic Roar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b91b, #e57b24, #d53b2a, #a70c4a, #700f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b91b, #e57b24, #d53b2a, #a70c4a, #700f7b);
}

Majestic Roar color palette created on .