Sea Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sea Breeze Color Palette (PNG)
Sea Breeze color palette CSS
/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #80deea;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdd6;
--color-3: #4ccfe1;
--color-4: #80deea;
--color-5: #e0f7fa;
}
Sea Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}
Similar color palettes
Sea Breeze color palette created on .