Flutter Shy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Flutter Shy palette

Condividi questa palette a:

tavolozza dei colori Flutter Shy CSS

/* CSS */
.color-1 {
color: #f6d0b1;
}
.color-2 {
color: #f5a8c3;
}
.color-3 {
color: #b6e2e0;
}
.color-4 {
color: #69bf9c;
}
.color-5 {
color: #4a9ec4;
}

/* CSS Variables */
:root {
--color-1: #f6d0b1;
--color-2: #f5a8c3;
--color-3: #b6e2e0;
--color-4: #69bf9c;
--color-5: #4a9ec4;
}

CSS con gradiente di sfondo Flutter Shy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
}

Flutter Shy color palette created on .