Orange Majesty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Majesty palette

Share this palette to:

Orange Majesty color palette CSS

/* CSS */
.color-1 {
color: #fbbe56;
}
.color-2 {
color: #f67e23;
}
.color-3 {
color: #e24c3c;
}
.color-4 {
color: #a83c2e;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #fbbe56;
--color-2: #f67e23;
--color-3: #e24c3c;
--color-4: #a83c2e;
--color-5: #000000;
}

Orange Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbe56, #f67e23, #e24c3c, #a83c2e, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbe56, #f67e23, #e24c3c, #a83c2e, #000000);
}

Orange Majesty color palette created on .