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: #f7c5d5;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #d4a1b5;
}
.color-4 {
color: #c78ea9;
}
.color-5 {
color: #b86b8b;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #eab8c8;
--color-3: #d4a1b5;
--color-4: #c78ea9;
--color-5: #b86b8b;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #eab8c8, #d4a1b5, #c78ea9, #b86b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #eab8c8, #d4a1b5, #c78ea9, #b86b8b);
}

Shades of Pink color palette created on .