Scarlet Scorpion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scarlet Scorpion palette
Color Inspiration
Images that showcase this color palette in real designs
Download Scarlet Scorpion Color Palette (PNG)
Scarlet Scorpion color palette CSS
/* CSS */
.color-1 {
color: #9d1b33;
}
.color-2 {
color: #d94f3a;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f6e1b6;
}
.color-5 {
color: #3b7d8c;
}
/* CSS Variables */
:root {
--color-1: #9d1b33;
--color-2: #d94f3a;
--color-3: #fab700;
--color-4: #f6e1b6;
--color-5: #3b7d8c;
}
Scarlet Scorpion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d1b33, #d94f3a, #fab700, #f6e1b6, #3b7d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d1b33, #d94f3a, #fab700, #f6e1b6, #3b7d8c);
}
Similar color palettes
Scarlet Scorpion color palette created on .