Pink Cookie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Cookie palette

Condividi questa palette a:

tavolozza dei colori Pink Cookie CSS

/* CSS */
.color-1 {
color: #f7c5c5;
}
.color-2 {
color: #f4a69f;
}
.color-3 {
color: #f3d5a0;
}
.color-4 {
color: #e1b56b;
}
.color-5 {
color: #c76d52;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #f4a69f;
--color-3: #f3d5a0;
--color-4: #e1b56b;
--color-5: #c76d52;
}

CSS con gradiente di sfondo Pink Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #f4a69f, #f3d5a0, #e1b56b, #c76d52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #f4a69f, #f3d5a0, #e1b56b, #c76d52);
}

Pink Cookie color palette created on .