Oceanic Twilight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Twilight Hues palette

Share this palette to:

Oceanic Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #6fb2be;
}
.color-2 {
color: #54767d;
}
.color-3 {
color: #207fa2;
}
.color-4 {
color: #5b4d4f;
}
.color-5 {
color: #1f556f;
}

/* CSS Variables */
:root {
--color-1: #6fb2be;
--color-2: #54767d;
--color-3: #207fa2;
--color-4: #5b4d4f;
--color-5: #1f556f;
}

Oceanic Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fb2be, #54767d, #207fa2, #5b4d4f, #1f556f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fb2be, #54767d, #207fa2, #5b4d4f, #1f556f);
}

Oceanic Twilight Hues color palette created on .