Oceanic Dusk Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Dusk Harmony palette

Share this palette to:

Oceanic Dusk Harmony color palette CSS

/* CSS */
.color-1 {
color: #4573a1;
}
.color-2 {
color: #43709d;
}
.color-3 {
color: #426e9a;
}
.color-4 {
color: #406b96;
}
.color-5 {
color: #3f6992;
}

/* CSS Variables */
:root {
--color-1: #4573a1;
--color-2: #43709d;
--color-3: #426e9a;
--color-4: #406b96;
--color-5: #3f6992;
}

Oceanic Dusk Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4573a1, #43709d, #426e9a, #406b96, #3f6992);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4573a1, #43709d, #426e9a, #406b96, #3f6992);
}

Oceanic Dusk Harmony color palette created on .