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: #004675;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #0098c7;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #a3e0f5;
}
/* CSS Variables */
:root {
--color-1: #004675;
--color-2: #0076a8;
--color-3: #0098c7;
--color-4: #5cc0eb;
--color-5: #a3e0f5;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004675, #0076a8, #0098c7, #5cc0eb, #a3e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004675, #0076a8, #0098c7, #5cc0eb, #a3e0f5);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Oceanic Serenity color palette created on .