Spiderling Dragon Color Palette
Discover the beautiful Spiderling Dragon color palette featuring nepal (#96a5c0), gum leaf (#bbd3c0), chrome white (#deebc7), marzipan (#fae39e) and tacao (#f3a391).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Spiderling Dragon palette
💻 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);
}
🔗 Explore similar color palettes
Spiderling Dragon color palette created on .