Oceanic Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Twilight palette
Oceanic Twilight color palette CSS
/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #007a99;
}
.color-4 {
color: #00a1b3;
}
.color-5 {
color: #00bad6;
}
/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #005a8a;
--color-3: #007a99;
--color-4: #00a1b3;
--color-5: #00bad6;
}
Oceanic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #005a8a, #007a99, #00a1b3, #00bad6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #005a8a, #007a99, #00a1b3, #00bad6);
}
Similar color palettes
Scroll down to explore 70+ Blue color palettes
Oceanic Twilight color palette created on .