Gothic Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gothic Red palette

Share this palette to:

Gothic Red color palette CSS

/* CSS */
.color-1 {
color: #6a294e;
}
.color-2 {
color: #9a4c75;
}
.color-3 {
color: #c77a9b;
}
.color-4 {
color: #f1a2b2;
}
.color-5 {
color: #f8c4d5;
}

/* CSS Variables */
:root {
--color-1: #6a294e;
--color-2: #9a4c75;
--color-3: #c77a9b;
--color-4: #f1a2b2;
--color-5: #f8c4d5;
}

Gothic Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a294e, #9a4c75, #c77a9b, #f1a2b2, #f8c4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a294e, #9a4c75, #c77a9b, #f1a2b2, #f8c4d5);
}

Gothic Red color palette created on .