Pink Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Shades palette

Condividi questa palette a:

tavolozza dei colori Pink Shades CSS

/* CSS */
.color-1 {
color: #f8d8e9;
}
.color-2 {
color: #f2b1d2;
}
.color-3 {
color: #d89dc2;
}
.color-4 {
color: #c78fb9;
}
.color-5 {
color: #a5699a;
}

/* CSS Variables */
:root {
--color-1: #f8d8e9;
--color-2: #f2b1d2;
--color-3: #d89dc2;
--color-4: #c78fb9;
--color-5: #a5699a;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e9, #f2b1d2, #d89dc2, #c78fb9, #a5699a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e9, #f2b1d2, #d89dc2, #c78fb9, #a5699a);
}

Pink Shades color palette created on .