Abyssal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abyssal Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Abyssal Serenity Color Palette (PNG)
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);
}
Similar color palettes
Abyssal Serenity color palette created on .