Ocean Breeze Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze Harmony palette
Ocean Breeze Harmony color palette CSS
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #1e93d2;
}
.color-3 {
color: #4eb1d4;
}
.color-4 {
color: #a5e3e4;
}
.color-5 {
color: #f0e68a;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #1e93d2;
--color-3: #4eb1d4;
--color-4: #a5e3e4;
--color-5: #f0e68a;
}
Ocean Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #1e93d2, #4eb1d4, #a5e3e4, #f0e68a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #1e93d2, #4eb1d4, #a5e3e4, #f0e68a);
}
Similar color palettes
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
Ocean Breeze Harmony color palette created on .