Royal Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Red palette

Share this palette to:

Download Royal Red Color Palette (PNG)

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

Royal Red color palette CSS

/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f06a6a;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #e13e33;
--color-3: #f06a6a;
--color-4: #f5a300;
--color-5: #ffd900;
}

Royal Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #e13e33, #f06a6a, #f5a300, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #e13e33, #f06a6a, #f5a300, #ffd900);
}

Royal Red color palette created on .