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