Blue Aquarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Aquarium palette
Blue Aquarium color palette CSS
/* CSS */
.color-1 {
color: #3b9fd8;
}
.color-2 {
color: #76c3db;
}
.color-3 {
color: #a4e0e5;
}
.color-4 {
color: #ebf8fa;
}
.color-5 {
color: #f5fffa;
}
/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #76c3db;
--color-3: #a4e0e5;
--color-4: #ebf8fa;
--color-5: #f5fffa;
}
Blue Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #76c3db, #a4e0e5, #ebf8fa, #f5fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #76c3db, #a4e0e5, #ebf8fa, #f5fffa);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Aquarium color palette created on .