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: #003e8f;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #00b2d1;
}
.color-4 {
color: #5ed1e8;
}
.color-5 {
color: #a4e3f4;
}
/* CSS Variables */
:root {
--color-1: #003e8f;
--color-2: #0076a8;
--color-3: #00b2d1;
--color-4: #5ed1e8;
--color-5: #a4e3f4;
}
Oceanic Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003e8f, #0076a8, #00b2d1, #5ed1e8, #a4e3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003e8f, #0076a8, #00b2d1, #5ed1e8, #a4e3f4);
}
Similar color palettes
Oceanic Breeze color palette created on .