Pink Sweettooth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sweettooth palette

Condividi questa palette a:

tavolozza dei colori Pink Sweettooth CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f39f9b;
}
.color-3 {
color: #f4c59f;
}
.color-4 {
color: #fae99e;
}
.color-5 {
color: #fef5b4;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f39f9b;
--color-3: #f4c59f;
--color-4: #fae99e;
--color-5: #fef5b4;
}

CSS con gradiente di sfondo Pink Sweettooth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f39f9b, #f4c59f, #fae99e, #fef5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f39f9b, #f4c59f, #fae99e, #fef5b4);
}

Pink Sweettooth color palette created on .