Pink Velvet Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Velvet palette
tavolozza dei colori Pink Velvet CSS
/* CSS */
.color-1 {
color: #d09aba;
}
.color-2 {
color: #b87a9c;
}
.color-3 {
color: #a45b8c;
}
.color-4 {
color: #7a4e7e;
}
.color-5 {
color: #6d2c4d;
}
/* CSS Variables */
:root {
--color-1: #d09aba;
--color-2: #b87a9c;
--color-3: #a45b8c;
--color-4: #7a4e7e;
--color-5: #6d2c4d;
}
CSS con gradiente di sfondo Pink Velvet
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09aba, #b87a9c, #a45b8c, #7a4e7e, #6d2c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09aba, #b87a9c, #a45b8c, #7a4e7e, #6d2c4d);
}
Tavolozze di colori simili
Pink Velvet color palette created on .