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: #ff5c8d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #5d9bd5;
}
.color-4 {
color: #70db9d;
}
.color-5 {
color: #f1c1e8;
}

/* CSS Variables */
:root {
--color-1: #ff5c8d;
--color-2: #ffb84d;
--color-3: #5d9bd5;
--color-4: #70db9d;
--color-5: #f1c1e8;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8d, #ffb84d, #5d9bd5, #70db9d, #f1c1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8d, #ffb84d, #5d9bd5, #70db9d, #f1c1e8);
}

Pink Sunset color palette created on .