Regal Exotica Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Exotica palette

Share this palette to:

Regal Exotica color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #a37a00;
}
.color-3 {
color: #6b5700;
}
.color-4 {
color: #d1b3e0;
}
.color-5 {
color: #8a3b9b;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #a37a00;
--color-3: #6b5700;
--color-4: #d1b3e0;
--color-5: #8a3b9b;
}

Regal Exotica background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #a37a00, #6b5700, #d1b3e0, #8a3b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #a37a00, #6b5700, #d1b3e0, #8a3b9b);
}

Regal Exotica color palette created on .