Vibrant Serenade Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Serenade palette
tavolozza dei colori Vibrant Serenade CSS
/* CSS */
.color-1 {
color: #f7a1b5;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #b1e2d5;
}
.color-4 {
color: #9ec3ff;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9d66c;
--color-3: #b1e2d5;
--color-4: #9ec3ff;
--color-5: #ff7092;
}
CSS con gradiente di sfondo Vibrant Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}
Tavolozze di colori simili
Vibrant Serenade color palette created on .