Oceanic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Oceanic Serenity color palette CSS
/* CSS */
.color-1 {
color: #4b6f8b;
}
.color-2 {
color: #709dbd;
}
.color-3 {
color: #9cc5e2;
}
.color-4 {
color: #c1e0f0;
}
.color-5 {
color: #f0f6f9;
}
/* CSS Variables */
:root {
--color-1: #4b6f8b;
--color-2: #709dbd;
--color-3: #9cc5e2;
--color-4: #c1e0f0;
--color-5: #f0f6f9;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f8b, #709dbd, #9cc5e2, #c1e0f0, #f0f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f8b, #709dbd, #9cc5e2, #c1e0f0, #f0f6f9);
}
Similar color palettes
Scroll down to explore 800+ Blue color palettes
Oceanic Serenity color palette created on .