Abyssal Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Abyssal Glow palette

Share this palette to:

Abyssal Glow color palette CSS

/* CSS */
.color-1 {
color: #14171f;
}
.color-2 {
color: #31445e;
}
.color-3 {
color: #48717f;
}
.color-4 {
color: #67a29e;
}
.color-5 {
color: #8cc5b8;
}

/* CSS Variables */
:root {
--color-1: #14171f;
--color-2: #31445e;
--color-3: #48717f;
--color-4: #67a29e;
--color-5: #8cc5b8;
}

Abyssal Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14171f, #31445e, #48717f, #67a29e, #8cc5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14171f, #31445e, #48717f, #67a29e, #8cc5b8);
}

Abyssal Glow color palette created on .