Crimson Majesty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Majesty palette

Share this palette to:

Crimson Majesty color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #c2cc33;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ffb300;
--color-3: #ff6d1f;
--color-4: #ffec3d;
--color-5: #c2cc33;
}

Crimson Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ffb300, #ff6d1f, #ffec3d, #c2cc33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ffb300, #ff6d1f, #ffec3d, #c2cc33);
}

Crimson Majesty color palette created on .