Spiderling Dragon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiderling Dragon palette

Share this palette to:

Spiderling Dragon color palette PNG image

Download spiderling dragon color palette PNG image (landscape)
Download spiderling dragon color palette PNG image (square)

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);
}

Spiderling Dragon color palette created on .