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: #f6d9a2;
}
.color-2 {
color: #f2b0a1;
}
.color-3 {
color: #e8a6c7;
}
.color-4 {
color: #c3a1e3;
}
.color-5 {
color: #8cbfde;
}

/* CSS Variables */
:root {
--color-1: #f6d9a2;
--color-2: #f2b0a1;
--color-3: #e8a6c7;
--color-4: #c3a1e3;
--color-5: #8cbfde;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a2, #f2b0a1, #e8a6c7, #c3a1e3, #8cbfde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a2, #f2b0a1, #e8a6c7, #c3a1e3, #8cbfde);
}

Shades of Pink color palette created on .