Gore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gore palette

Share this palette to:

Gore color palette CSS

/* CSS */
.color-1 {
color: #4d0f0f;
}
.color-2 {
color: #7d2c2c;
}
.color-3 {
color: #a64e4e;
}
.color-4 {
color: #d87474;
}
.color-5 {
color: #f3a5a5;
}

/* CSS Variables */
:root {
--color-1: #4d0f0f;
--color-2: #7d2c2c;
--color-3: #a64e4e;
--color-4: #d87474;
--color-5: #f3a5a5;
}

Gore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f0f, #7d2c2c, #a64e4e, #d87474, #f3a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f0f, #7d2c2c, #a64e4e, #d87474, #f3a5a5);
}

Gore color palette created on .