Mystic Scorpion Dance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Scorpion Dance palette
Download Mystic Scorpion Dance Color Palette (PNG)
Mystic Scorpion Dance color palette CSS
/* CSS */
.color-1 {
color: #4b0b3f;
}
.color-2 {
color: #7c2d54;
}
.color-3 {
color: #a95b7d;
}
.color-4 {
color: #d6a89a;
}
.color-5 {
color: #e8c4bb;
}
/* CSS Variables */
:root {
--color-1: #4b0b3f;
--color-2: #7c2d54;
--color-3: #a95b7d;
--color-4: #d6a89a;
--color-5: #e8c4bb;
}
Mystic Scorpion Dance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0b3f, #7c2d54, #a95b7d, #d6a89a, #e8c4bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0b3f, #7c2d54, #a95b7d, #d6a89a, #e8c4bb);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Mystic Scorpion Dance color palette created on .