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: #0a4c7b;
}
.color-2 {
color: #1a718e;
}
.color-3 {
color: #3b9ebf;
}
.color-4 {
color: #5bc6d2;
}
.color-5 {
color: #71e5df;
}

/* CSS Variables */
:root {
--color-1: #0a4c7b;
--color-2: #1a718e;
--color-3: #3b9ebf;
--color-4: #5bc6d2;
--color-5: #71e5df;
}

Oceanic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a4c7b, #1a718e, #3b9ebf, #5bc6d2, #71e5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a4c7b, #1a718e, #3b9ebf, #5bc6d2, #71e5df);
}

Oceanic Harmony color palette created on .