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: #f0e2f3;
}
.color-2 {
color: #e2b8e5;
}
.color-3 {
color: #d29fd6;
}
.color-4 {
color: #c58dc8;
}
.color-5 {
color: #b67fb8;
}

/* CSS Variables */
:root {
--color-1: #f0e2f3;
--color-2: #e2b8e5;
--color-3: #d29fd6;
--color-4: #c58dc8;
--color-5: #b67fb8;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2f3, #e2b8e5, #d29fd6, #c58dc8, #b67fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2f3, #e2b8e5, #d29fd6, #c58dc8, #b67fb8);
}

Shades of Pink color palette created on .