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: #f6a7b6;
}
.color-2 {
color: #f3c9d3;
}
.color-3 {
color: #f0e0e4;
}
.color-4 {
color: #f8e49b;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #f6a7b6;
--color-2: #f3c9d3;
--color-3: #f0e0e4;
--color-4: #f8e49b;
--color-5: #f6b83c;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b6, #f3c9d3, #f0e0e4, #f8e49b, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b6, #f3c9d3, #f0e0e4, #f8e49b, #f6b83c);
}

Pink Sunset color palette created on .