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: #f8d3c4;
}
.color-2 {
color: #f0a59e;
}
.color-3 {
color: #e96377;
}
.color-4 {
color: #c45a9d;
}
.color-5 {
color: #5c4b8b;
}

/* CSS Variables */
:root {
--color-1: #f8d3c4;
--color-2: #f0a59e;
--color-3: #e96377;
--color-4: #c45a9d;
--color-5: #5c4b8b;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3c4, #f0a59e, #e96377, #c45a9d, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3c4, #f0a59e, #e96377, #c45a9d, #5c4b8b);
}

Shades of Pink color palette created on .