Ocean Breeze Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze Harmony palette
Ocean Breeze Harmony color palette CSS
/* CSS */
.color-1 {
color: #2c7990;
}
.color-2 {
color: #4ca8b8;
}
.color-3 {
color: #6dc7d5;
}
.color-4 {
color: #9fe1e5;
}
.color-5 {
color: #f5f8f1;
}
/* CSS Variables */
:root {
--color-1: #2c7990;
--color-2: #4ca8b8;
--color-3: #6dc7d5;
--color-4: #9fe1e5;
--color-5: #f5f8f1;
}
Ocean Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c7990, #4ca8b8, #6dc7d5, #9fe1e5, #f5f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c7990, #4ca8b8, #6dc7d5, #9fe1e5, #f5f8f1);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Ocean Breeze Harmony color palette created on .