Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze palette
Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #5bb1e6;
}
.color-3 {
color: #3c9bd3;
}
.color-4 {
color: #2b8bb1;
}
.color-5 {
color: #1a7b9e;
}
/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #5bb1e6;
--color-3: #3c9bd3;
--color-4: #2b8bb1;
--color-5: #1a7b9e;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #5bb1e6, #3c9bd3, #2b8bb1, #1a7b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #5bb1e6, #3c9bd3, #2b8bb1, #1a7b9e);
}
Similar color palettes
Ocean Breeze color palette created on .