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: #1abedb;
}
.color-2 {
color: #0e9acd;
}
.color-3 {
color: #0477be;
}
.color-4 {
color: #035e8c;
}
.color-5 {
color: #024d79;
}
/* CSS Variables */
:root {
--color-1: #1abedb;
--color-2: #0e9acd;
--color-3: #0477be;
--color-4: #035e8c;
--color-5: #024d79;
}
Oceanic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abedb, #0e9acd, #0477be, #035e8c, #024d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abedb, #0e9acd, #0477be, #035e8c, #024d79);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Oceanic Harmony color palette created on .