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: #1c3f5a;
}
.color-2 {
color: #2e607f;
}
.color-3 {
color: #498a9c;
}
.color-4 {
color: #6bc4d1;
}
.color-5 {
color: #a6e0e8;
}
/* CSS Variables */
:root {
--color-1: #1c3f5a;
--color-2: #2e607f;
--color-3: #498a9c;
--color-4: #6bc4d1;
--color-5: #a6e0e8;
}
Abyssal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f5a, #2e607f, #498a9c, #6bc4d1, #a6e0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f5a, #2e607f, #498a9c, #6bc4d1, #a6e0e8);
}
Similar color palettes
Abyssal Serenity color palette created on .