Gothic Tempest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gothic Tempest palette

Share this palette to:

Gothic Tempest color palette CSS

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3f475f;
}
.color-3 {
color: #6a7c9a;
}
.color-4 {
color: #a5bed9;
}
.color-5 {
color: #dfe5f1;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3f475f;
--color-3: #6a7c9a;
--color-4: #a5bed9;
--color-5: #dfe5f1;
}

Gothic Tempest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3f475f, #6a7c9a, #a5bed9, #dfe5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3f475f, #6a7c9a, #a5bed9, #dfe5f1);
}

Gothic Tempest color palette created on .