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: #f7c6a6;
}
.color-2 {
color: #f9a29f;
}
.color-3 {
color: #f47b7d;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #d35a90;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9a29f;
--color-3: #f47b7d;
--color-4: #e94e77;
--color-5: #d35a90;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9a29f, #f47b7d, #e94e77, #d35a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9a29f, #f47b7d, #e94e77, #d35a90);
}

Pink Sunset color palette created on .