Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ocean Breeze Color Palette (PNG)
Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #79deec;
}
.color-2 {
color: #a4e0e5;
}
.color-3 {
color: #baf2e8;
}
.color-4 {
color: #f2f4a4;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #79deec;
--color-2: #a4e0e5;
--color-3: #baf2e8;
--color-4: #f2f4a4;
--color-5: #ff6b6b;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79deec, #a4e0e5, #baf2e8, #f2f4a4, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79deec, #a4e0e5, #baf2e8, #f2f4a4, #ff6b6b);
}
Similar color palettes
Ocean Breeze color palette created on .