Skyfire Dragon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyfire Dragon palette

Share this palette to:

Skyfire Dragon color palette CSS

/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #f0b32d;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #ee7920;
}
.color-5 {
color: #d55a2a;
}

/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #f0b32d;
--color-3: #f6b83c;
--color-4: #ee7920;
--color-5: #d55a2a;
}

Skyfire Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #f0b32d, #f6b83c, #ee7920, #d55a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #f0b32d, #f6b83c, #ee7920, #d55a2a);
}

Skyfire Dragon color palette created on .