Oceanic Twilight Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Twilight Symphony palette

Share this palette to:

Oceanic Twilight Symphony color palette CSS

/* CSS */
.color-1 {
color: #b9f7f8;
}
.color-2 {
color: #80a2d0;
}
.color-3 {
color: #5252a7;
}
.color-4 {
color: #364163;
}
.color-5 {
color: #13131b;
}

/* CSS Variables */
:root {
--color-1: #b9f7f8;
--color-2: #80a2d0;
--color-3: #5252a7;
--color-4: #364163;
--color-5: #13131b;
}

Oceanic Twilight Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9f7f8, #80a2d0, #5252a7, #364163, #13131b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9f7f8, #80a2d0, #5252a7, #364163, #13131b);
}

Oceanic Twilight Symphony color palette created on .