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: #f9c7be;
}
.color-2 {
color: #f2a6a1;
}
.color-3 {
color: #e78a88;
}
.color-4 {
color: #d66b77;
}
.color-5 {
color: #bc4e57;
}

/* CSS Variables */
:root {
--color-1: #f9c7be;
--color-2: #f2a6a1;
--color-3: #e78a88;
--color-4: #d66b77;
--color-5: #bc4e57;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7be, #f2a6a1, #e78a88, #d66b77, #bc4e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7be, #f2a6a1, #e78a88, #d66b77, #bc4e57);
}

Shades of Pink color palette created on .