Bright Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Harmony palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bright Harmony

Download bright harmony color palette PNG image (landscape)
Download bright harmony color palette PNG image (square)

tavolozza dei colori Bright Harmony CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #804d00;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #b27676;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #804d00;
--color-3: #ffea8f;
--color-4: #b27676;
--color-5: #1c1c1c;
}

CSS con gradiente di sfondo Bright Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}

Bright Harmony color palette created on .