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 CSS

/* CSS */
.color-1 {
color: #1f8b9e;
}
.color-2 {
color: #3eb1af;
}
.color-3 {
color: #66d1ca;
}
.color-4 {
color: #9fe0d4;
}
.color-5 {
color: #f2f8f6;
}

/* CSS Variables */
:root {
--color-1: #1f8b9e;
--color-2: #3eb1af;
--color-3: #66d1ca;
--color-4: #9fe0d4;
--color-5: #f2f8f6;
}

Abyssal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8b9e, #3eb1af, #66d1ca, #9fe0d4, #f2f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8b9e, #3eb1af, #66d1ca, #9fe0d4, #f2f8f6);
}

Abyssal Serenity color palette created on .