Oceanic Twilight Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Twilight Serenade palette

Share this palette to:

Oceanic Twilight Serenade color palette CSS

/* CSS */
.color-1 {
color: #19d7f0;
}
.color-2 {
color: #7b5cf5;
}
.color-3 {
color: #1d5e91;
}
.color-4 {
color: #021940;
}
.color-5 {
color: #001133;
}

/* CSS Variables */
:root {
--color-1: #19d7f0;
--color-2: #7b5cf5;
--color-3: #1d5e91;
--color-4: #021940;
--color-5: #001133;
}

Oceanic Twilight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19d7f0, #7b5cf5, #1d5e91, #021940, #001133);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19d7f0, #7b5cf5, #1d5e91, #021940, #001133);
}

Similar color palettes

Scroll down to explore 1 Blue color palette

Oceanic Twilight Serenade color palette created on .