Dragon Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dragon Red palette
Dragon Red color palette CSS
/* CSS */
.color-1 {
color: #d74f19;
}
.color-2 {
color: #a14f3a;
}
.color-3 {
color: #6a3e4c;
}
.color-4 {
color: #4c2b6e;
}
.color-5 {
color: #2c4b9b;
}
/* CSS Variables */
:root {
--color-1: #d74f19;
--color-2: #a14f3a;
--color-3: #6a3e4c;
--color-4: #4c2b6e;
--color-5: #2c4b9b;
}
Dragon Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74f19, #a14f3a, #6a3e4c, #4c2b6e, #2c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74f19, #a14f3a, #6a3e4c, #4c2b6e, #2c4b9b);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Dragon Red color palette created on .