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: #940065;
}
.color-2 {
color: #c82d70;
}
.color-3 {
color: #f2a6c4;
}
.color-4 {
color: #fcd5a1;
}
.color-5 {
color: #f2b450;
}

/* CSS Variables */
:root {
--color-1: #940065;
--color-2: #c82d70;
--color-3: #f2a6c4;
--color-4: #fcd5a1;
--color-5: #f2b450;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #940065, #c82d70, #f2a6c4, #fcd5a1, #f2b450);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #940065, #c82d70, #f2a6c4, #fcd5a1, #f2b450);
}

Pink Sunset color palette created on .