Oceanic Twilight Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Twilight Harmony palette
Oceanic Twilight Harmony color palette CSS
/* CSS */
.color-1 {
color: #98a9a7;
}
.color-2 {
color: #677f83;
}
.color-3 {
color: #405c68;
}
.color-4 {
color: #2c404e;
}
.color-5 {
color: #1a2938;
}
/* CSS Variables */
:root {
--color-1: #98a9a7;
--color-2: #677f83;
--color-3: #405c68;
--color-4: #2c404e;
--color-5: #1a2938;
}
Oceanic Twilight Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98a9a7, #677f83, #405c68, #2c404e, #1a2938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98a9a7, #677f83, #405c68, #2c404e, #1a2938);
}
Similar color palettes
Oceanic Twilight Harmony color palette created on .