Oceanic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Oceanic Serenity color palette PNG image
Oceanic Serenity color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #60c5e6;
}
.color-3 {
color: #168abb;
}
.color-4 {
color: #0a4e75;
}
.color-5 {
color: #003a5c;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #60c5e6;
--color-3: #168abb;
--color-4: #0a4e75;
--color-5: #003a5c;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Oceanic Serenity color palette created on .