Oceanic Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serenade palette
Oceanic Serenade color palette CSS
/* CSS */
.color-1 {
color: #00408f;
}
.color-2 {
color: #005999;
}
.color-3 {
color: #007ab8;
}
.color-4 {
color: #00a5e0;
}
.color-5 {
color: #00b0e0;
}
/* CSS Variables */
:root {
--color-1: #00408f;
--color-2: #005999;
--color-3: #007ab8;
--color-4: #00a5e0;
--color-5: #00b0e0;
}
Oceanic Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00408f, #005999, #007ab8, #00a5e0, #00b0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00408f, #005999, #007ab8, #00a5e0, #00b0e0);
}
Similar color palettes
Oceanic Serenade color palette created on .