Pink Jewelrybox Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Jewelrybox palette

Condividi questa palette a:

tavolozza dei colori Pink Jewelrybox CSS

/* CSS */
.color-1 {
color: #d4aac6;
}
.color-2 {
color: #f1d0e9;
}
.color-3 {
color: #fbd1b1;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #d3e8b0;
}

/* CSS Variables */
:root {
--color-1: #d4aac6;
--color-2: #f1d0e9;
--color-3: #fbd1b1;
--color-4: #f5e6a8;
--color-5: #d3e8b0;
}

CSS con gradiente di sfondo Pink Jewelrybox

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4aac6, #f1d0e9, #fbd1b1, #f5e6a8, #d3e8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4aac6, #f1d0e9, #fbd1b1, #f5e6a8, #d3e8b0);
}

Pink Jewelrybox color palette created on .