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: #3c6d8b;
}
.color-2 {
color: #6aa3af;
}
.color-3 {
color: #8ec3cd;
}
.color-4 {
color: #b2e0e0;
}
.color-5 {
color: #f1f8f8;
}

/* CSS Variables */
:root {
--color-1: #3c6d8b;
--color-2: #6aa3af;
--color-3: #8ec3cd;
--color-4: #b2e0e0;
--color-5: #f1f8f8;
}

Abyssal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6d8b, #6aa3af, #8ec3cd, #b2e0e0, #f1f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6d8b, #6aa3af, #8ec3cd, #b2e0e0, #f1f8f8);
}

Abyssal Serenity color palette created on .