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: #02a7d4;
}
.color-2 {
color: #37afe6;
}
.color-3 {
color: #69cedd;
}
.color-4 {
color: #a1e0f7;
}
.color-5 {
color: #e0f5ff;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #37afe6;
--color-3: #69cedd;
--color-4: #a1e0f7;
--color-5: #e0f5ff;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #37afe6, #69cedd, #a1e0f7, #e0f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #37afe6, #69cedd, #a1e0f7, #e0f5ff);
}
Similar color palettes
Ocean Breeze color palette created on .