Pink Dreambelle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dreambelle palette

Condividi questa palette a:

tavolozza dei colori Pink Dreambelle CSS

/* CSS */
.color-1 {
color: #ffe5f5;
}
.color-2 {
color: #ffc7db;
}
.color-3 {
color: #fabdd1;
}
.color-4 {
color: #edb0bd;
}
.color-5 {
color: #daa4b1;
}

/* CSS Variables */
:root {
--color-1: #ffe5f5;
--color-2: #ffc7db;
--color-3: #fabdd1;
--color-4: #edb0bd;
--color-5: #daa4b1;
}

CSS con gradiente di sfondo Pink Dreambelle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f5, #ffc7db, #fabdd1, #edb0bd, #daa4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f5, #ffc7db, #fabdd1, #edb0bd, #daa4b1);
}

Pink Dreambelle color palette created on .