Gore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gore palette
Gore color palette PNG image
Gore color palette CSS
/* CSS */
.color-1 {
color: #4e2727;
}
.color-2 {
color: #754343;
}
.color-3 {
color: #a96061;
}
.color-4 {
color: #dd8d8e;
}
.color-5 {
color: #edb6b6;
}
/* CSS Variables */
:root {
--color-1: #4e2727;
--color-2: #754343;
--color-3: #a96061;
--color-4: #dd8d8e;
--color-5: #edb6b6;
}
Gore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2727, #754343, #a96061, #dd8d8e, #edb6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2727, #754343, #a96061, #dd8d8e, #edb6b6);
}
Similar color palettes
Gore color palette created on .