Royal Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Elegance palette

Share this palette to:

Royal Elegance color palette PNG image

Download royal elegance color palette PNG image (landscape)
Download royal elegance color palette PNG image (square)

Royal Elegance color palette CSS

/* CSS */
.color-1 {
color: #1a1f6b;
}
.color-2 {
color: #f0c15c;
}
.color-3 {
color: #0f0f0f;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #1a1f6b;
--color-2: #f0c15c;
--color-3: #0f0f0f;
--color-4: #ffffff;
--color-5: #4cae4f;
}

Royal Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f6b, #f0c15c, #0f0f0f, #ffffff, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f6b, #f0c15c, #0f0f0f, #ffffff, #4cae4f);
}

Royal Elegance color palette created on .