Bright Futures Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Futures palette

Condividi questa palette a:

tavolozza dei colori Bright Futures CSS

/* CSS */
.color-1 {
color: #69bf88;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #69bf88;
--color-2: #ffcb5c;
--color-3: #ff6e61;
--color-4: #4b91e2;
--color-5: #f25a76;
}

CSS con gradiente di sfondo Bright Futures

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf88, #ffcb5c, #ff6e61, #4b91e2, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf88, #ffcb5c, #ff6e61, #4b91e2, #f25a76);
}

Bright Futures color palette created on .