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: #f9a76c;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #e9b4d3;
}
.color-4 {
color: #b9e4e0;
}
.color-5 {
color: #6fb8a2;
}

/* CSS Variables */
:root {
--color-1: #f9a76c;
--color-2: #f7c5a1;
--color-3: #e9b4d3;
--color-4: #b9e4e0;
--color-5: #6fb8a2;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}

Shades of Pink color palette created on .