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: #174ca1;
}
.color-2 {
color: #1e6fa9;
}
.color-3 {
color: #3a9cd9;
}
.color-4 {
color: #5db3e9;
}
.color-5 {
color: #94d6f0;
}
/* CSS Variables */
:root {
--color-1: #174ca1;
--color-2: #1e6fa9;
--color-3: #3a9cd9;
--color-4: #5db3e9;
--color-5: #94d6f0;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #174ca1, #1e6fa9, #3a9cd9, #5db3e9, #94d6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #174ca1, #1e6fa9, #3a9cd9, #5db3e9, #94d6f0);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Oceanic Serenity color palette created on .