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: #f1c1d6;
}
.color-2 {
color: #ffab8a;
}
.color-3 {
color: #ff7f6b;
}
.color-4 {
color: #ff4e47;
}
.color-5 {
color: #ff2e2e;
}

/* CSS Variables */
:root {
--color-1: #f1c1d6;
--color-2: #ffab8a;
--color-3: #ff7f6b;
--color-4: #ff4e47;
--color-5: #ff2e2e;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1d6, #ffab8a, #ff7f6b, #ff4e47, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1d6, #ffab8a, #ff7f6b, #ff4e47, #ff2e2e);
}

Shades of Pink color palette created on .