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: #f5b8b2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #49b7d0;
}
.color-5 {
color: #3d5a8a;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f1c84b;
--color-3: #a3d55d;
--color-4: #49b7d0;
--color-5: #3d5a8a;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f1c84b, #a3d55d, #49b7d0, #3d5a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f1c84b, #a3d55d, #49b7d0, #3d5a8a);
}

Shades of Pink color palette created on .