Oceanic Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Harmony palette
Oceanic Harmony color palette CSS
/* CSS */
.color-1 {
color: #a3c9e0;
}
.color-2 {
color: #7da8d4;
}
.color-3 {
color: #4b8abe;
}
.color-4 {
color: #2f5c89;
}
.color-5 {
color: #1e3b71;
}
/* CSS Variables */
:root {
--color-1: #a3c9e0;
--color-2: #7da8d4;
--color-3: #4b8abe;
--color-4: #2f5c89;
--color-5: #1e3b71;
}
Oceanic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c9e0, #7da8d4, #4b8abe, #2f5c89, #1e3b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c9e0, #7da8d4, #4b8abe, #2f5c89, #1e3b71);
}
Similar color palettes
- Blue Book
- 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
Oceanic Harmony color palette created on .