Fire of Hope Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fire of Hope palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Fire of Hope

Download fire of hope color palette PNG image (landscape)
Download fire of hope color palette PNG image (square)

tavolozza dei colori Fire of Hope CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d2e;
}
.color-3 {
color: #ffcd42;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d2e;
--color-3: #ffcd42;
--color-4: #fff5b3;
--color-5: #ff4d4f;
}

CSS con gradiente di sfondo Fire of Hope

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}

Fire of Hope color palette created on .