Abyssal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abyssal Serenity palette
Abyssal Serenity color palette CSS
/* CSS */
.color-1 {
color: #073a50;
}
.color-2 {
color: #2b606e;
}
.color-3 {
color: #4b8da0;
}
.color-4 {
color: #a3d7db;
}
.color-5 {
color: #e3bac9;
}
/* CSS Variables */
:root {
--color-1: #073a50;
--color-2: #2b606e;
--color-3: #4b8da0;
--color-4: #a3d7db;
--color-5: #e3bac9;
}
Abyssal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #073a50, #2b606e, #4b8da0, #a3d7db, #e3bac9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #073a50, #2b606e, #4b8da0, #a3d7db, #e3bac9);
}
Similar color palettes
Abyssal Serenity color palette created on .