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