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: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f7ba97;
}
.color-5 {
color: #d5c7ff;
}

/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #f7ba97;
--color-5: #d5c7ff;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #ff4d4f, #f7ba97, #d5c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #ff4d4f, #f7ba97, #d5c7ff);
}

Shades of Pink color palette created on .