Oceanic Twilight Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Twilight Harmony palette

Share this palette to:

Oceanic Twilight Harmony color palette CSS

/* CSS */
.color-1 {
color: #a2beba;
}
.color-2 {
color: #5f7e91;
}
.color-3 {
color: #6569ec;
}
.color-4 {
color: #2c3154;
}
.color-5 {
color: #1b3450;
}

/* CSS Variables */
:root {
--color-1: #a2beba;
--color-2: #5f7e91;
--color-3: #6569ec;
--color-4: #2c3154;
--color-5: #1b3450;
}

Oceanic Twilight Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2beba, #5f7e91, #6569ec, #2c3154, #1b3450);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2beba, #5f7e91, #6569ec, #2c3154, #1b3450);
}

Oceanic Twilight Harmony color palette created on .