Abyssal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Abyssal Serenity palette

Share this palette to:

Abyssal Serenity color palette PNG image

Download abyssal serenity color palette PNG image (landscape)
Download abyssal serenity color palette PNG image (square)

Abyssal Serenity color palette CSS

/* CSS */
.color-1 {
color: #192423;
}
.color-2 {
color: #283934;
}
.color-3 {
color: #38524a;
}
.color-4 {
color: #4f6964;
}
.color-5 {
color: #6d786f;
}

/* CSS Variables */
:root {
--color-1: #192423;
--color-2: #283934;
--color-3: #38524a;
--color-4: #4f6964;
--color-5: #6d786f;
}

Abyssal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192423, #283934, #38524a, #4f6964, #6d786f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192423, #283934, #38524a, #4f6964, #6d786f);
}

Abyssal Serenity color palette created on .