Red Poison Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Poison palette
Red Poison color palette CSS
/* CSS */
.color-1 {
color: #8e1f3b;
}
.color-2 {
color: #bf3a2b;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #8e1f3b;
--color-2: #bf3a2b;
--color-3: #e74d3c;
--color-4: #f39c12;
--color-5: #f1c40e;
}
Red Poison background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e1f3b, #bf3a2b, #e74d3c, #f39c12, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e1f3b, #bf3a2b, #e74d3c, #f39c12, #f1c40e);
}
Similar color palettes
Red Poison color palette created on .