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: #134876;
}
.color-2 {
color: #0a4c66;
}
.color-3 {
color: #007c85;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #91f3ec;
}
/* CSS Variables */
:root {
--color-1: #134876;
--color-2: #0a4c66;
--color-3: #007c85;
--color-4: #00b3aa;
--color-5: #91f3ec;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #134876, #0a4c66, #007c85, #00b3aa, #91f3ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #134876, #0a4c66, #007c85, #00b3aa, #91f3ec);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Oceanic Serenity color palette created on .