Oceanic Serenade Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Oceanic Serenade palette
tavolozza dei colori Oceanic Serenade CSS
/* CSS */
.color-1 {
color: #1b649d;
}
.color-2 {
color: #3eb1d0;
}
.color-3 {
color: #7edde7;
}
.color-4 {
color: #a5e1e9;
}
.color-5 {
color: #f0f9f7;
}
/* CSS Variables */
:root {
--color-1: #1b649d;
--color-2: #3eb1d0;
--color-3: #7edde7;
--color-4: #a5e1e9;
--color-5: #f0f9f7;
}
CSS con gradiente di sfondo Oceanic Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b649d, #3eb1d0, #7edde7, #a5e1e9, #f0f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b649d, #3eb1d0, #7edde7, #a5e1e9, #f0f9f7);
}
Tavolozze di colori simili
Oceanic Serenade color palette created on .