Shades of Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink CSS

/* CSS */
.color-1 {
color: #f0c7d6;
}
.color-2 {
color: #e2a7c7;
}
.color-3 {
color: #d68fc4;
}
.color-4 {
color: #b67dc5;
}
.color-5 {
color: #9e69bf;
}

/* CSS Variables */
:root {
--color-1: #f0c7d6;
--color-2: #e2a7c7;
--color-3: #d68fc4;
--color-4: #b67dc5;
--color-5: #9e69bf;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c7d6, #e2a7c7, #d68fc4, #b67dc5, #9e69bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c7d6, #e2a7c7, #d68fc4, #b67dc5, #9e69bf);
}

Shades of Pink color palette created on .