Ocean Serenade Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ocean Serenade palette
tavolozza dei colori Ocean Serenade CSS
/* CSS */
.color-1 {
color: #0093b8;
}
.color-2 {
color: #00b0c7;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c298;
}
.color-5 {
color: #a4e5d8;
}
/* CSS Variables */
:root {
--color-1: #0093b8;
--color-2: #00b0c7;
--color-3: #00b3aa;
--color-4: #00c298;
--color-5: #a4e5d8;
}
CSS con gradiente di sfondo Ocean Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0093b8, #00b0c7, #00b3aa, #00c298, #a4e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0093b8, #00b0c7, #00b3aa, #00c298, #a4e5d8);
}
Tavolozze di colori simili
Ocean Serenade color palette created on .