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: #f9aeae;
}
.color-2 {
color: #f6c7b1;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #a3d4e0;
}
.color-5 {
color: #7eb9b6;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6c7b1;
--color-3: #f1e1a7;
--color-4: #a3d4e0;
--color-5: #7eb9b6;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6c7b1, #f1e1a7, #a3d4e0, #7eb9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6c7b1, #f1e1a7, #a3d4e0, #7eb9b6);
}

Shades of Pink color palette created on .