Serene Vee Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Vee palette
tavolozza dei colori Serene Vee CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f3e3af;
}
.color-4 {
color: #b1e2d6;
}
.color-5 {
color: #7fc6c7;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d6a7;
--color-3: #f3e3af;
--color-4: #b1e2d6;
--color-5: #7fc6c7;
}
CSS con gradiente di sfondo Serene Vee
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d6a7, #f3e3af, #b1e2d6, #7fc6c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d6a7, #f3e3af, #b1e2d6, #7fc6c7);
}
Tavolozze di colori simili
Serene Vee color palette created on .