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: #f0c7d4;
}
.color-2 {
color: #c9a6b9;
}
.color-3 {
color: #a57893;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #3c2a47;
}

/* CSS Variables */
:root {
--color-1: #f0c7d4;
--color-2: #c9a6b9;
--color-3: #a57893;
--color-4: #704d7a;
--color-5: #3c2a47;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c7d4, #c9a6b9, #a57893, #704d7a, #3c2a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c7d4, #c9a6b9, #a57893, #704d7a, #3c2a47);
}

Shades of Pink color palette created on .