Oceanic Twilight Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Twilight Symphony palette
Oceanic Twilight Symphony color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #28ceeb;
}
.color-3 {
color: #0056c7;
}
.color-4 {
color: #0000ff;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #28ceeb;
--color-3: #0056c7;
--color-4: #0000ff;
--color-5: #000000;
}
Oceanic Twilight Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #28ceeb, #0056c7, #0000ff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #28ceeb, #0056c7, #0000ff, #000000);
}
Similar color palettes
Scroll down to explore 7 Light blue color palettes
Oceanic Twilight Symphony color palette created on .