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: #f9a79f;
}
.color-2 {
color: #f1d3a2;
}
.color-3 {
color: #f1ee88;
}
.color-4 {
color: #9fe1f9;
}
.color-5 {
color: #8a9dff;
}

/* CSS Variables */
:root {
--color-1: #f9a79f;
--color-2: #f1d3a2;
--color-3: #f1ee88;
--color-4: #9fe1f9;
--color-5: #8a9dff;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a79f, #f1d3a2, #f1ee88, #9fe1f9, #8a9dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a79f, #f1d3a2, #f1ee88, #9fe1f9, #8a9dff);
}

Shades of Pink color palette created on .