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: #f7cadb;
}
.color-2 {
color: #f2a6c6;
}
.color-3 {
color: #e580a8;
}
.color-4 {
color: #d45e8f;
}
.color-5 {
color: #b5406d;
}

/* CSS Variables */
:root {
--color-1: #f7cadb;
--color-2: #f2a6c6;
--color-3: #e580a8;
--color-4: #d45e8f;
--color-5: #b5406d;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cadb, #f2a6c6, #e580a8, #d45e8f, #b5406d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cadb, #f2a6c6, #e580a8, #d45e8f, #b5406d);
}

Shades of Pink color palette created on .