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: #f5f9ff;
}
.color-2 {
color: #b1def2;
}
.color-3 {
color: #69c6e8;
}
.color-4 {
color: #3fa8d9;
}
.color-5 {
color: #0090b8;
}
/* CSS Variables */
:root {
--color-1: #f5f9ff;
--color-2: #b1def2;
--color-3: #69c6e8;
--color-4: #3fa8d9;
--color-5: #0090b8;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f9ff, #b1def2, #69c6e8, #3fa8d9, #0090b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f9ff, #b1def2, #69c6e8, #3fa8d9, #0090b8);
}
Similar color palettes
Oceanic Serenity color palette created on .