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: #8f4c94;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f4e1b8;
}
.color-4 {
color: #97d8bf;
}
.color-5 {
color: #4f9b9c;
}

/* CSS Variables */
:root {
--color-1: #8f4c94;
--color-2: #f7b2a1;
--color-3: #f4e1b8;
--color-4: #97d8bf;
--color-5: #4f9b9c;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f4c94, #f7b2a1, #f4e1b8, #97d8bf, #4f9b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f4c94, #f7b2a1, #f4e1b8, #97d8bf, #4f9b9c);
}

Shades of Pink color palette created on .