Sunset Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Reverie palette

Condividi questa palette a:

tavolozza dei colori Sunset Reverie CSS

/* CSS */
.color-1 {
color: #f5c199;
}
.color-2 {
color: #f2a06e;
}
.color-3 {
color: #d66e5c;
}
.color-4 {
color: #b84c5b;
}
.color-5 {
color: #792c7d;
}

/* CSS Variables */
:root {
--color-1: #f5c199;
--color-2: #f2a06e;
--color-3: #d66e5c;
--color-4: #b84c5b;
--color-5: #792c7d;
}

CSS con gradiente di sfondo Sunset Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c199, #f2a06e, #d66e5c, #b84c5b, #792c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c199, #f2a06e, #d66e5c, #b84c5b, #792c7d);
}

Sunset Reverie color palette created on .