Be Patient Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Be Patient palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Be Patient

Download be patient color palette PNG image (landscape)
Download be patient color palette PNG image (square)

tavolozza dei colori Be Patient CSS

/* CSS */
.color-1 {
color: #ce8b50;
}
.color-2 {
color: #cf624a;
}
.color-3 {
color: #cd3732;
}
.color-4 {
color: #85004d;
}
.color-5 {
color: #3a0750;
}

/* CSS Variables */
:root {
--color-1: #ce8b50;
--color-2: #cf624a;
--color-3: #cd3732;
--color-4: #85004d;
--color-5: #3a0750;
}

CSS con gradiente di sfondo Be Patient

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce8b50, #cf624a, #cd3732, #85004d, #3a0750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce8b50, #cf624a, #cd3732, #85004d, #3a0750);
}

Be Patient color palette created on .