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: #f7c8a1;
}
.color-2 {
color: #f3e3b4;
}
.color-3 {
color: #e7c6b1;
}
.color-4 {
color: #d5b4c0;
}
.color-5 {
color: #b2e0da;
}

/* CSS Variables */
:root {
--color-1: #f7c8a1;
--color-2: #f3e3b4;
--color-3: #e7c6b1;
--color-4: #d5b4c0;
--color-5: #b2e0da;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a1, #f3e3b4, #e7c6b1, #d5b4c0, #b2e0da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a1, #f3e3b4, #e7c6b1, #d5b4c0, #b2e0da);
}

Shades of Pink color palette created on .