Luxury Dragon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Dragon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Luxury Dragon Color Palette (PNG)
Luxury Dragon color palette CSS
/* CSS */
.color-1 {
color: #5b9a6d;
}
.color-2 {
color: #a9caa5;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #d6a26b;
}
.color-5 {
color: #ca2b40;
}
/* CSS Variables */
:root {
--color-1: #5b9a6d;
--color-2: #a9caa5;
--color-3: #f2e6ba;
--color-4: #d6a26b;
--color-5: #ca2b40;
}
Luxury Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9a6d, #a9caa5, #f2e6ba, #d6a26b, #ca2b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9a6d, #a9caa5, #f2e6ba, #d6a26b, #ca2b40);
}
Similar color palettes
Luxury Dragon color palette created on .