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: #041081;
}
.color-2 {
color: #2a3b8d;
}
.color-3 {
color: #4f60bf;
}
.color-4 {
color: #6b80db;
}
.color-5 {
color: #a4bfef;
}

/* CSS Variables */
:root {
--color-1: #041081;
--color-2: #2a3b8d;
--color-3: #4f60bf;
--color-4: #6b80db;
--color-5: #a4bfef;
}

Oceanic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #041081, #2a3b8d, #4f60bf, #6b80db, #a4bfef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #041081, #2a3b8d, #4f60bf, #6b80db, #a4bfef);
}

Oceanic Twilight color palette created on .