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: #e4b9d5;
}
.color-2 {
color: #d68fb5;
}
.color-3 {
color: #d26594;
}
.color-4 {
color: #b84c7d;
}
.color-5 {
color: #9c2b62;
}

/* CSS Variables */
:root {
--color-1: #e4b9d5;
--color-2: #d68fb5;
--color-3: #d26594;
--color-4: #b84c7d;
--color-5: #9c2b62;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9d5, #d68fb5, #d26594, #b84c7d, #9c2b62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9d5, #d68fb5, #d26594, #b84c7d, #9c2b62);
}

Shades of Pink color palette created on .