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: #86a3a7;
}
.color-2 {
color: #85ada5;
}
.color-3 {
color: #b1cdbe;
}
.color-4 {
color: #d7e4d8;
}
.color-5 {
color: #f3f7f3;
}
/* CSS Variables */
:root {
--color-1: #86a3a7;
--color-2: #85ada5;
--color-3: #b1cdbe;
--color-4: #d7e4d8;
--color-5: #f3f7f3;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86a3a7, #85ada5, #b1cdbe, #d7e4d8, #f3f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86a3a7, #85ada5, #b1cdbe, #d7e4d8, #f3f7f3);
}
Similar color palettes
Oceanic Serenity color palette created on .