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: #86e9e6;
}
.color-2 {
color: #54e3e8;
}
.color-3 {
color: #22d2e2;
}
.color-4 {
color: #0bb1b1;
}
.color-5 {
color: #0b93a2;
}
/* CSS Variables */
:root {
--color-1: #86e9e6;
--color-2: #54e3e8;
--color-3: #22d2e2;
--color-4: #0bb1b1;
--color-5: #0b93a2;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86e9e6, #54e3e8, #22d2e2, #0bb1b1, #0b93a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86e9e6, #54e3e8, #22d2e2, #0bb1b1, #0b93a2);
}
Similar color palettes
Oceanic Serenity color palette created on .