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: #f8d3b4;
}
.color-2 {
color: #e77e93;
}
.color-3 {
color: #d44e79;
}
.color-4 {
color: #a74987;
}
.color-5 {
color: #682c59;
}

/* CSS Variables */
:root {
--color-1: #f8d3b4;
--color-2: #e77e93;
--color-3: #d44e79;
--color-4: #a74987;
--color-5: #682c59;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3b4, #e77e93, #d44e79, #a74987, #682c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3b4, #e77e93, #d44e79, #a74987, #682c59);
}

Shades of Pink color palette created on .