Abyss Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abyss Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Abyss Blue Color Palette (PNG)
Abyss Blue color palette CSS
/* CSS */
.color-1 {
color: #0b3c5b;
}
.color-2 {
color: #0c5b88;
}
.color-3 {
color: #4cae9d;
}
.color-4 {
color: #b9e9b4;
}
.color-5 {
color: #f5f5f0;
}
/* CSS Variables */
:root {
--color-1: #0b3c5b;
--color-2: #0c5b88;
--color-3: #4cae9d;
--color-4: #b9e9b4;
--color-5: #f5f5f0;
}
Abyss Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
Similar color palettes
Abyss Blue color palette created on .