Sunset Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Reverie palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sunset Reverie

Download sunset reverie color palette PNG image (landscape)
Download sunset reverie color palette PNG image (square)

tavolozza dei colori Sunset Reverie CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #9b1c2f;
}
.color-3 {
color: #3d3d3d;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #f5d5d1;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #9b1c2f;
--color-3: #3d3d3d;
--color-4: #b0b0b0;
--color-5: #f5d5d1;
}

CSS con gradiente di sfondo Sunset Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #9b1c2f, #3d3d3d, #b0b0b0, #f5d5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #9b1c2f, #3d3d3d, #b0b0b0, #f5d5d1);
}

Sunset Reverie color palette created on .