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: #1b649d;
}
.color-2 {
color: #1e7c9f;
}
.color-3 {
color: #1fa89f;
}
.color-4 {
color: #5bc8b6;
}
.color-5 {
color: #9ee5d5;
}
/* CSS Variables */
:root {
--color-1: #1b649d;
--color-2: #1e7c9f;
--color-3: #1fa89f;
--color-4: #5bc8b6;
--color-5: #9ee5d5;
}
Oceanic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b649d, #1e7c9f, #1fa89f, #5bc8b6, #9ee5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b649d, #1e7c9f, #1fa89f, #5bc8b6, #9ee5d5);
}
Similar color palettes
Oceanic Harmony color palette created on .