Blue Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sea palette

Share this palette to:

Blue Sea color palette CSS

/* CSS */
.color-1 {
color: #2ea6d6;
}
.color-2 {
color: #59c3e3;
}
.color-3 {
color: #8de7e4;
}
.color-4 {
color: #f2e4b1;
}
.color-5 {
color: #f9c3c3;
}

/* CSS Variables */
:root {
--color-1: #2ea6d6;
--color-2: #59c3e3;
--color-3: #8de7e4;
--color-4: #f2e4b1;
--color-5: #f9c3c3;
}

Blue Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ea6d6, #59c3e3, #8de7e4, #f2e4b1, #f9c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ea6d6, #59c3e3, #8de7e4, #f2e4b1, #f9c3c3);
}

Blue Sea color palette created on .