Fiery Dragon's Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fiery Dragon's Dance palette

Share this palette to:

Fiery Dragon's Dance color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff8c00;
--color-3: #ffd900;
--color-4: #ffdd00;
--color-5: #ff5833;
}

Fiery Dragon's Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff8c00, #ffd900, #ffdd00, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff8c00, #ffd900, #ffdd00, #ff5833);
}

Fiery Dragon's Dance color palette created on .