Pink Confusion Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Confusion palette

Condividi questa palette a:

tavolozza dei colori Pink Confusion CSS

/* CSS */
.color-1 {
color: #f5b7c5;
}
.color-2 {
color: #f3a0b7;
}
.color-3 {
color: #f288b4;
}
.color-4 {
color: #e76e91;
}
.color-5 {
color: #d84f6d;
}

/* CSS Variables */
:root {
--color-1: #f5b7c5;
--color-2: #f3a0b7;
--color-3: #f288b4;
--color-4: #e76e91;
--color-5: #d84f6d;
}

CSS con gradiente di sfondo Pink Confusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7c5, #f3a0b7, #f288b4, #e76e91, #d84f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7c5, #f3a0b7, #f288b4, #e76e91, #d84f6d);
}

Pink Confusion color palette created on .