Royalcore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royalcore palette

Share this palette to:

Download Royalcore Color Palette (PNG)

Download royalcore color palette PNG image (landscape)
Download royalcore color palette PNG image (square)

Royalcore color palette CSS

/* CSS */
.color-1 {
color: #295c8e;
}
.color-2 {
color: #2f4a6f;
}
.color-3 {
color: #4b3f69;
}
.color-4 {
color: #7c3c5f;
}
.color-5 {
color: #c99b40;
}

/* CSS Variables */
:root {
--color-1: #295c8e;
--color-2: #2f4a6f;
--color-3: #4b3f69;
--color-4: #7c3c5f;
--color-5: #c99b40;
}

Royalcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #295c8e, #2f4a6f, #4b3f69, #7c3c5f, #c99b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #295c8e, #2f4a6f, #4b3f69, #7c3c5f, #c99b40);
}

Royalcore color palette created on .