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: #1e6f9f;
}
.color-2 {
color: #4bb0d8;
}
.color-3 {
color: #7fd4e1;
}
.color-4 {
color: #9fe0f4;
}
.color-5 {
color: #e4f6fb;
}
/* CSS Variables */
:root {
--color-1: #1e6f9f;
--color-2: #4bb0d8;
--color-3: #7fd4e1;
--color-4: #9fe0f4;
--color-5: #e4f6fb;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6f9f, #4bb0d8, #7fd4e1, #9fe0f4, #e4f6fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6f9f, #4bb0d8, #7fd4e1, #9fe0f4, #e4f6fb);
}
Similar color palettes
- Whimsical Serenity
- Oceanic Breeze
- Petals of Hanako
- Shades of Purple
- Shades of Purple
- Dark Purple Shades
- Whispering Twilight
- Whispering Twilight
- Pink and Blue Harmony
- Celestial Harmony
- Blue Jean Breeze
- Oceanic Sunset
- Serene Disquiet
- Light Blue Sea Goddess
- Serenade of the Sea
- Whimsical Serenity
- Dark Blue Interface
- Mystic Dusk
Ocean Breeze color palette created on .