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: #c5d8d2;
}
.color-2 {
color: #699b8c;
}
.color-3 {
color: #b84c6b;
}
.color-4 {
color: #f0a8b3;
}
.color-5 {
color: #e1c1c7;
}

/* CSS Variables */
:root {
--color-1: #c5d8d2;
--color-2: #699b8c;
--color-3: #b84c6b;
--color-4: #f0a8b3;
--color-5: #e1c1c7;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5d8d2, #699b8c, #b84c6b, #f0a8b3, #e1c1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5d8d2, #699b8c, #b84c6b, #f0a8b3, #e1c1c7);
}

Shades of Pink color palette created on .