Serenity Sip Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serenity Sip palette
tavolozza dei colori Serenity Sip CSS
/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #80deea;
}
.color-4 {
color: #a8ffeb;
}
.color-5 {
color: #b3dfdc;
}
/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdad;
--color-3: #80deea;
--color-4: #a8ffeb;
--color-5: #b3dfdc;
}
CSS con gradiente di sfondo Serenity Sip
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdad, #80deea, #a8ffeb, #b3dfdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdad, #80deea, #a8ffeb, #b3dfdc);
}
Tavolozze di colori simili
Serenity Sip color palette created on .