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: #eab8b8;
}
.color-2 {
color: #d69e9a;
}
.color-3 {
color: #b78f8a;
}
.color-4 {
color: #a06a6d;
}
.color-5 {
color: #6a4d4d;
}

/* CSS Variables */
:root {
--color-1: #eab8b8;
--color-2: #d69e9a;
--color-3: #b78f8a;
--color-4: #a06a6d;
--color-5: #6a4d4d;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b8, #d69e9a, #b78f8a, #a06a6d, #6a4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b8, #d69e9a, #b78f8a, #a06a6d, #6a4d4d);
}

Shades of Pink color palette created on .