Regal Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Red palette

Share this palette to:

Regal Red color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #e92063;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #673ab6;
}
.color-5 {
color: #522da9;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #e92063;
--color-3: #9b27b0;
--color-4: #673ab6;
--color-5: #522da9;
}

Regal Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #e92063, #9b27b0, #673ab6, #522da9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #e92063, #9b27b0, #673ab6, #522da9);
}

Regal Red color palette created on .