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: #f19dac;
}
.color-2 {
color: #fbacb8;
}
.color-3 {
color: #fbc1c7;
}
.color-4 {
color: #f9e6e1;
}
.color-5 {
color: #f4cdcd;
}

/* CSS Variables */
:root {
--color-1: #f19dac;
--color-2: #fbacb8;
--color-3: #fbc1c7;
--color-4: #f9e6e1;
--color-5: #f4cdcd;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f19dac, #fbacb8, #fbc1c7, #f9e6e1, #f4cdcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f19dac, #fbacb8, #fbc1c7, #f9e6e1, #f4cdcd);
}

Pink Sunset color palette created on .