Scorpio Zodiac Maroon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scorpio Zodiac Maroon palette
Download Scorpio Zodiac Maroon Color Palette (PNG)
Scorpio Zodiac Maroon color palette CSS
/* CSS */
.color-1 {
color: #5b2f3b;
}
.color-2 {
color: #7e3a4b;
}
.color-3 {
color: #b0455e;
}
.color-4 {
color: #d17a7e;
}
.color-5 {
color: #f2b1c4;
}
/* CSS Variables */
:root {
--color-1: #5b2f3b;
--color-2: #7e3a4b;
--color-3: #b0455e;
--color-4: #d17a7e;
--color-5: #f2b1c4;
}
Scorpio Zodiac Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f3b, #7e3a4b, #b0455e, #d17a7e, #f2b1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f3b, #7e3a4b, #b0455e, #d17a7e, #f2b1c4);
}
Similar color palettes
Scorpio Zodiac Maroon color palette created on .