Pink Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sunset palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Pink Sunset

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

tavolozza dei colori Pink Sunset CSS

/* CSS */
.color-1 {
color: #e1a8b5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e3cd72;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #365c7d;
}

/* CSS Variables */
:root {
--color-1: #e1a8b5;
--color-2: #f1c84b;
--color-3: #e3cd72;
--color-4: #6c5b80;
--color-5: #365c7d;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}

Pink Sunset color palette created on .