Oceanic Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serenade palette
Oceanic Serenade color palette CSS
/* CSS */
.color-1 {
color: #7dc6e3;
}
.color-2 {
color: #49b8e4;
}
.color-3 {
color: #3a9cd4;
}
.color-4 {
color: #2a7cb7;
}
.color-5 {
color: #1e5f8a;
}
/* CSS Variables */
:root {
--color-1: #7dc6e3;
--color-2: #49b8e4;
--color-3: #3a9cd4;
--color-4: #2a7cb7;
--color-5: #1e5f8a;
}
Oceanic Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dc6e3, #49b8e4, #3a9cd4, #2a7cb7, #1e5f8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dc6e3, #49b8e4, #3a9cd4, #2a7cb7, #1e5f8a);
}
Similar color palettes
Oceanic Serenade color palette created on .