Oceanic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Harmony palette

Share this palette to:

Oceanic Harmony color palette CSS

/* CSS */
.color-1 {
color: #4da3b3;
}
.color-2 {
color: #1f706b;
}
.color-3 {
color: #1b504f;
}
.color-4 {
color: #5b8b7c;
}
.color-5 {
color: #bee4e1;
}

/* CSS Variables */
:root {
--color-1: #4da3b3;
--color-2: #1f706b;
--color-3: #1b504f;
--color-4: #5b8b7c;
--color-5: #bee4e1;
}

Oceanic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4da3b3, #1f706b, #1b504f, #5b8b7c, #bee4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4da3b3, #1f706b, #1b504f, #5b8b7c, #bee4e1);
}

Oceanic Harmony color palette created on .