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: #314459;
}
.color-2 {
color: #4a607d;
}
.color-3 {
color: #688d9c;
}
.color-4 {
color: #8ab2b2;
}
.color-5 {
color: #a4d6d6;
}
/* CSS Variables */
:root {
--color-1: #314459;
--color-2: #4a607d;
--color-3: #688d9c;
--color-4: #8ab2b2;
--color-5: #a4d6d6;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #314459, #4a607d, #688d9c, #8ab2b2, #a4d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #314459, #4a607d, #688d9c, #8ab2b2, #a4d6d6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Oceanic Serenity color palette created on .