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: #2cedd6;
}
.color-2 {
color: #1fb2af;
}
.color-3 {
color: #0a7f7d;
}
.color-4 {
color: #0a4d48;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #2cedd6;
--color-2: #1fb2af;
--color-3: #0a7f7d;
--color-4: #0a4d48;
--color-5: #004a4d;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2cedd6, #1fb2af, #0a7f7d, #0a4d48, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2cedd6, #1fb2af, #0a7f7d, #0a4d48, #004a4d);
}
Similar color palettes
Oceanic Serenity color palette created on .