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: #85c7c6;
}
.color-2 {
color: #51c2c8;
}
.color-3 {
color: #2ab1bb;
}
.color-4 {
color: #009b9e;
}
.color-5 {
color: #007a8a;
}
/* CSS Variables */
:root {
--color-1: #85c7c6;
--color-2: #51c2c8;
--color-3: #2ab1bb;
--color-4: #009b9e;
--color-5: #007a8a;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85c7c6, #51c2c8, #2ab1bb, #009b9e, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85c7c6, #51c2c8, #2ab1bb, #009b9e, #007a8a);
}
Similar color palettes
Oceanic Serenity color palette created on .