Campfire Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Campfire Dreams palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Campfire Dreams

Download campfire dreams color palette PNG image (landscape)
Download campfire dreams color palette PNG image (square)

tavolozza dei colori Campfire Dreams CSS

/* CSS */
.color-1 {
color: #5a4b8b;
}
.color-2 {
color: #a45b9e;
}
.color-3 {
color: #d680b2;
}
.color-4 {
color: #f4a96c;
}
.color-5 {
color: #f88c3a;
}

/* CSS Variables */
:root {
--color-1: #5a4b8b;
--color-2: #a45b9e;
--color-3: #d680b2;
--color-4: #f4a96c;
--color-5: #f88c3a;
}

CSS con gradiente di sfondo Campfire Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4b8b, #a45b9e, #d680b2, #f4a96c, #f88c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4b8b, #a45b9e, #d680b2, #f4a96c, #f88c3a);
}

Campfire Dreams color palette created on .