The Abyss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Abyss palette

Share this palette to:

The Abyss color palette CSS

/* CSS */
.color-1 {
color: #161118;
}
.color-2 {
color: #241b27;
}
.color-3 {
color: #362a37;
}
.color-4 {
color: #4b3a4a;
}
.color-5 {
color: #5c4757;
}

/* CSS Variables */
:root {
--color-1: #161118;
--color-2: #241b27;
--color-3: #362a37;
--color-4: #4b3a4a;
--color-5: #5c4757;
}

The Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161118, #241b27, #362a37, #4b3a4a, #5c4757);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161118, #241b27, #362a37, #4b3a4a, #5c4757);
}

The Abyss color palette created on .