Pink Doll Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Doll palette
tavolozza dei colori Pink Doll CSS
/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #f5c7d1;
}
.color-3 {
color: #f9e4d2;
}
.color-4 {
color: #f3c2b9;
}
.color-5 {
color: #e7b1a2;
}
/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #f5c7d1;
--color-3: #f9e4d2;
--color-4: #f3c2b9;
--color-5: #e7b1a2;
}
CSS con gradiente di sfondo Pink Doll
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #f5c7d1, #f9e4d2, #f3c2b9, #e7b1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #f5c7d1, #f9e4d2, #f3c2b9, #e7b1a2);
}
Tavolozze di colori simili
Pink Doll color palette created on .