Aquatic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Blue palette
Aquatic Blue color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #7bb9d5;
}
.color-4 {
color: #a8e2f0;
}
.color-5 {
color: #f0f6ff;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #497b9c;
--color-3: #7bb9d5;
--color-4: #a8e2f0;
--color-5: #f0f6ff;
}
Aquatic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #497b9c, #7bb9d5, #a8e2f0, #f0f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #497b9c, #7bb9d5, #a8e2f0, #f0f6ff);
}
Similar color palettes
Aquatic Blue color palette created on .