Oceanic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oceanic Serenity Color Palette (PNG)
Oceanic Serenity color palette CSS
/* CSS */
.color-1 {
color: #1b2631;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a6c8c;
}
.color-4 {
color: #6cb6e5;
}
.color-5 {
color: #90d4f4;
}
/* CSS Variables */
:root {
--color-1: #1b2631;
--color-2: #2b3d50;
--color-3: #4a6c8c;
--color-4: #6cb6e5;
--color-5: #90d4f4;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Oceanic Serenity color palette created on .