Pink Cafe Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Cafe palette

Condividi questa palette a:

tavolozza dei colori Pink Cafe CSS

/* CSS */
.color-1 {
color: #e0aeb2;
}
.color-2 {
color: #d6a4c1;
}
.color-3 {
color: #c78fb3;
}
.color-4 {
color: #b78c85;
}
.color-5 {
color: #f3cd91;
}

/* CSS Variables */
:root {
--color-1: #e0aeb2;
--color-2: #d6a4c1;
--color-3: #c78fb3;
--color-4: #b78c85;
--color-5: #f3cd91;
}

CSS con gradiente di sfondo Pink Cafe

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0aeb2, #d6a4c1, #c78fb3, #b78c85, #f3cd91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0aeb2, #d6a4c1, #c78fb3, #b78c85, #f3cd91);
}

Pink Cafe color palette created on .