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: #791b3d;
}
.color-2 {
color: #9c4057;
}
.color-3 {
color: #be6074;
}
.color-4 {
color: #e594a0;
}
.color-5 {
color: #f7c5d4;
}

/* CSS Variables */
:root {
--color-1: #791b3d;
--color-2: #9c4057;
--color-3: #be6074;
--color-4: #e594a0;
--color-5: #f7c5d4;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b3d, #9c4057, #be6074, #e594a0, #f7c5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b3d, #9c4057, #be6074, #e594a0, #f7c5d4);
}

Shades of Pink color palette created on .