Spiderling Dragon Color Palette

Discover the beautiful Spiderling Dragon color palette featuring nepal (#95a5c0), gum leaf (#bad2bf), beryl green (#deebc8), marzipan (#fae49f) and tacao (#f3a391).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cream, Earthy, Green, Light, Muted, Peach, Soft, Yellow color palettes and combinations.

💡 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

Share this palette to:

💻 Spiderling Dragon color palette CSS

/* CSS */
.color-1 {
color: #95a5c0;
}
.color-2 {
color: #bad2bf;
}
.color-3 {
color: #deebc8;
}
.color-4 {
color: #fae49f;
}
.color-5 {
color: #f3a391;
}

/* CSS Variables */
:root {
--color-1: #95a5c0;
--color-2: #bad2bf;
--color-3: #deebc8;
--color-4: #fae49f;
--color-5: #f3a391;
}

🌈 Spiderling Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95a5c0, #bad2bf, #deebc8, #fae49f, #f3a391);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95a5c0, #bad2bf, #deebc8, #fae49f, #f3a391);
}

Spiderling Dragon color palette created on .