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: #a3d7e0;
}
.color-2 {
color: #6dd4e3;
}
.color-3 {
color: #1f9dbd;
}
.color-4 {
color: #0c7997;
}
.color-5 {
color: #005c75;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #6dd4e3;
--color-3: #1f9dbd;
--color-4: #0c7997;
--color-5: #005c75;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #6dd4e3, #1f9dbd, #0c7997, #005c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #6dd4e3, #1f9dbd, #0c7997, #005c75);
}
Similar color palettes
Ocean Breeze color palette created on .