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: #4e9ebc;
}
.color-2 {
color: #5bb3a6;
}
.color-3 {
color: #7ac1c7;
}
.color-4 {
color: #9adfb6;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #4e9ebc;
--color-2: #5bb3a6;
--color-3: #7ac1c7;
--color-4: #9adfb6;
--color-5: #f0e78e;
}
Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9ebc, #5bb3a6, #7ac1c7, #9adfb6, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9ebc, #5bb3a6, #7ac1c7, #9adfb6, #f0e78e);
}
Similar color palettes
Oceanic Serenity color palette created on .