Berry Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Berry Pink palette

Condividi questa palette a:

Scarica la tavolozza dei colori Berry Pink (PNG)

Download berry pink color palette PNG image (landscape)
Download berry pink color palette PNG image (square)

tavolozza dei colori Berry Pink CSS

/* CSS */
.color-1 {
color: #a34d97;
}
.color-2 {
color: #d86e8e;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #f3c4d3;
}
.color-5 {
color: #e0b3d6;
}

/* CSS Variables */
:root {
--color-1: #a34d97;
--color-2: #d86e8e;
--color-3: #f1a7b4;
--color-4: #f3c4d3;
--color-5: #e0b3d6;
}

CSS con gradiente di sfondo Berry Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}

Berry Pink color palette created on .