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: #1b649d;
}
.color-2 {
color: #3eb1d0;
}
.color-3 {
color: #7edde7;
}
.color-4 {
color: #a5e1e9;
}
.color-5 {
color: #f0f9f7;
}
/* CSS Variables */
:root {
--color-1: #1b649d;
--color-2: #3eb1d0;
--color-3: #7edde7;
--color-4: #a5e1e9;
--color-5: #f0f9f7;
}
Oceanic Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b649d, #3eb1d0, #7edde7, #a5e1e9, #f0f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b649d, #3eb1d0, #7edde7, #a5e1e9, #f0f9f7);
}
Similar color palettes
Oceanic Serenade color palette created on .