Oceanic Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Twilight palette

Share this palette to:

Oceanic Twilight color palette CSS

/* CSS */
.color-1 {
color: #000024;
}
.color-2 {
color: #0a2b5c;
}
.color-3 {
color: #1c4f8d;
}
.color-4 {
color: #4e80b7;
}
.color-5 {
color: #89c5e1;
}

/* CSS Variables */
:root {
--color-1: #000024;
--color-2: #0a2b5c;
--color-3: #1c4f8d;
--color-4: #4e80b7;
--color-5: #89c5e1;
}

Oceanic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000024, #0a2b5c, #1c4f8d, #4e80b7, #89c5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000024, #0a2b5c, #1c4f8d, #4e80b7, #89c5e1);
}

Oceanic Twilight color palette created on .