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: #162b41;
}
.color-2 {
color: #1d4d6d;
}
.color-3 {
color: #4c8a9a;
}
.color-4 {
color: #a8d6c2;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #162b41;
--color-2: #1d4d6d;
--color-3: #4c8a9a;
--color-4: #a8d6c2;
--color-5: #f4e1a4;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #162b41, #1d4d6d, #4c8a9a, #a8d6c2, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #162b41, #1d4d6d, #4c8a9a, #a8d6c2, #f4e1a4);
}
Similar color palettes
Oceanic Serenity color palette created on .