Pink Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sunset palette

Condividi questa palette a:

tavolozza dei colori Pink Sunset CSS

/* CSS */
.color-1 {
color: #af0470;
}
.color-2 {
color: #c32c8c;
}
.color-3 {
color: #e04d9e;
}
.color-4 {
color: #f29f78;
}
.color-5 {
color: #f5d45c;
}

/* CSS Variables */
:root {
--color-1: #af0470;
--color-2: #c32c8c;
--color-3: #e04d9e;
--color-4: #f29f78;
--color-5: #f5d45c;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af0470, #c32c8c, #e04d9e, #f29f78, #f5d45c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af0470, #c32c8c, #e04d9e, #f29f78, #f5d45c);
}

Pink Sunset color palette created on .