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