Pink Beauty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Beauty palette

Condividi questa palette a:

tavolozza dei colori Pink Beauty CSS

/* CSS */
.color-1 {
color: #eec1be;
}
.color-2 {
color: #f4a4b4;
}
.color-3 {
color: #f78d9d;
}
.color-4 {
color: #e67f90;
}
.color-5 {
color: #d86f8d;
}

/* CSS Variables */
:root {
--color-1: #eec1be;
--color-2: #f4a4b4;
--color-3: #f78d9d;
--color-4: #e67f90;
--color-5: #d86f8d;
}

CSS con gradiente di sfondo Pink Beauty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec1be, #f4a4b4, #f78d9d, #e67f90, #d86f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec1be, #f4a4b4, #f78d9d, #e67f90, #d86f8d);
}

Pink Beauty color palette created on .