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: #f33081;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #4ccfe1;
}

/* CSS Variables */
:root {
--color-1: #f33081;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffd54d;
--color-5: #4ccfe1;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f33081, #ff6e61, #ffb84d, #ffd54d, #4ccfe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f33081, #ff6e61, #ffb84d, #ffd54d, #4ccfe1);
}

Pink Sunset color palette created on .