Regal Ruin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Ruin palette

Share this palette to:

Download Regal Ruin Color Palette (PNG)

Download regal ruin color palette PNG image (landscape)
Download regal ruin color palette PNG image (square)

Regal Ruin color palette CSS

/* CSS */
.color-1 {
color: #6d2c50;
}
.color-2 {
color: #a54a70;
}
.color-3 {
color: #df818b;
}
.color-4 {
color: #f8c29b;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #6d2c50;
--color-2: #a54a70;
--color-3: #df818b;
--color-4: #f8c29b;
--color-5: #f4cf3e;
}

Regal Ruin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c50, #a54a70, #df818b, #f8c29b, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c50, #a54a70, #df818b, #f8c29b, #f4cf3e);
}

Regal Ruin color palette created on .