Red Dragon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Dragon palette

Share this palette to:

Red Dragon color palette CSS

/* CSS */
.color-1 {
color: #b93c3c;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f2b036;
}
.color-4 {
color: #a6d279;
}
.color-5 {
color: #4c9eeb;
}

/* CSS Variables */
:root {
--color-1: #b93c3c;
--color-2: #f05a28;
--color-3: #f2b036;
--color-4: #a6d279;
--color-5: #4c9eeb;
}

Red Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3c, #f05a28, #f2b036, #a6d279, #4c9eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3c, #f05a28, #f2b036, #a6d279, #4c9eeb);
}

Red Dragon color palette created on .