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: #233671;
}
.color-2 {
color: #2b4c8c;
}
.color-3 {
color: #508ec3;
}
.color-4 {
color: #92c4e3;
}
.color-5 {
color: #f0e8a8;
}
/* CSS Variables */
:root {
--color-1: #233671;
--color-2: #2b4c8c;
--color-3: #508ec3;
--color-4: #92c4e3;
--color-5: #f0e8a8;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233671, #2b4c8c, #508ec3, #92c4e3, #f0e8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233671, #2b4c8c, #508ec3, #92c4e3, #f0e8a8);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Oceanic Serenity color palette created on .