Gothic Grace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gothic Grace palette

Share this palette to:

Gothic Grace color palette CSS

/* CSS */
.color-1 {
color: #3e3c5d;
}
.color-2 {
color: #5a4e8d;
}
.color-3 {
color: #8a7bbc;
}
.color-4 {
color: #b6a4d0;
}
.color-5 {
color: #e3c9e9;
}

/* CSS Variables */
:root {
--color-1: #3e3c5d;
--color-2: #5a4e8d;
--color-3: #8a7bbc;
--color-4: #b6a4d0;
--color-5: #e3c9e9;
}

Gothic Grace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3c5d, #5a4e8d, #8a7bbc, #b6a4d0, #e3c9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3c5d, #5a4e8d, #8a7bbc, #b6a4d0, #e3c9e9);
}

Gothic Grace color palette created on .