Oceanic Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Breeze palette
Oceanic Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #6ec5d8;
}
.color-3 {
color: #3ab8d4;
}
.color-4 {
color: #1a99bc;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #6ec5d8;
--color-3: #3ab8d4;
--color-4: #1a99bc;
--color-5: #007a99;
}
Oceanic Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #6ec5d8, #3ab8d4, #1a99bc, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #6ec5d8, #3ab8d4, #1a99bc, #007a99);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Oceanic Breeze color palette created on .