Pink Pendant Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Pendant palette

Condividi questa palette a:

tavolozza dei colori Pink Pendant CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #e1a3b3;
}
.color-5 {
color: #b45f7c;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f7d06e;
--color-3: #f7e1a1;
--color-4: #e1a3b3;
--color-5: #b45f7c;
}

CSS con gradiente di sfondo Pink Pendant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f7d06e, #f7e1a1, #e1a3b3, #b45f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f7d06e, #f7e1a1, #e1a3b3, #b45f7c);
}

Pink Pendant color palette created on .