Red Gore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Gore palette

Share this palette to:

Red Gore color palette CSS

/* CSS */
.color-1 {
color: #4a1c2a;
}
.color-2 {
color: #6a3a39;
}
.color-3 {
color: #d84f4f;
}
.color-4 {
color: #f1a7a7;
}
.color-5 {
color: #ffb8b8;
}

/* CSS Variables */
:root {
--color-1: #4a1c2a;
--color-2: #6a3a39;
--color-3: #d84f4f;
--color-4: #f1a7a7;
--color-5: #ffb8b8;
}

Red Gore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2a, #6a3a39, #d84f4f, #f1a7a7, #ffb8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2a, #6a3a39, #d84f4f, #f1a7a7, #ffb8b8);
}

Red Gore color palette created on .