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: #b8dbff;
}
.color-2 {
color: #9de0f6;
}
.color-3 {
color: #b3ecff;
}
.color-4 {
color: #d1f0ff;
}
.color-5 {
color: #e0f1ff;
}
/* CSS Variables */
:root {
--color-1: #b8dbff;
--color-2: #9de0f6;
--color-3: #b3ecff;
--color-4: #d1f0ff;
--color-5: #e0f1ff;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8dbff, #9de0f6, #b3ecff, #d1f0ff, #e0f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8dbff, #9de0f6, #b3ecff, #d1f0ff, #e0f1ff);
}
Similar color palettes
Ocean Breeze color palette created on .