Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea palette
Sea color palette PNG image
Sea color palette CSS
/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #8fe1ef;
}
.color-4 {
color: #c9f0f8;
}
.color-5 {
color: #aee8f4;
}
/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b2d6;
--color-3: #8fe1ef;
--color-4: #c9f0f8;
--color-5: #aee8f4;
}
Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b2d6, #8fe1ef, #c9f0f8, #aee8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b2d6, #8fe1ef, #c9f0f8, #aee8f4);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Sea color palette created on .