Blue Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Sea Color Palette (PNG)
Blue Sea color palette CSS
/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #a2e2d2;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b2d1;
--color-3: #00d5e0;
--color-4: #a2e2d2;
--color-5: #e3f7f7;
}
Blue Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
}
Similar color palettes
Blue Sea color palette created on .