Shades of Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Pink

Download shades of pink color palette PNG image (landscape)
Download shades of pink color palette PNG image (square)

tavolozza dei colori Shades of Pink CSS

/* CSS */
.color-1 {
color: #4c2d53;
}
.color-2 {
color: #8b5b88;
}
.color-3 {
color: #d5a4b7;
}
.color-4 {
color: #f7cad7;
}
.color-5 {
color: #f9e1e6;
}

/* CSS Variables */
:root {
--color-1: #4c2d53;
--color-2: #8b5b88;
--color-3: #d5a4b7;
--color-4: #f7cad7;
--color-5: #f9e1e6;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2d53, #8b5b88, #d5a4b7, #f7cad7, #f9e1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2d53, #8b5b88, #d5a4b7, #f7cad7, #f9e1e6);
}

Shades of Pink color palette created on .