Ocean Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Twilight palette

Share this palette to:

Ocean Twilight color palette CSS

/* CSS */
.color-1 {
color: #6b7c9e;
}
.color-2 {
color: #4b6a8b;
}
.color-3 {
color: #3b5b72;
}
.color-4 {
color: #2c4e63;
}
.color-5 {
color: #1f3f51;
}

/* CSS Variables */
:root {
--color-1: #6b7c9e;
--color-2: #4b6a8b;
--color-3: #3b5b72;
--color-4: #2c4e63;
--color-5: #1f3f51;
}

Ocean Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7c9e, #4b6a8b, #3b5b72, #2c4e63, #1f3f51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7c9e, #4b6a8b, #3b5b72, #2c4e63, #1f3f51);
}

Ocean Twilight color palette created on .