Soft Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Pink palette

Condividi questa palette a:

tavolozza dei colori Soft Pink CSS

/* CSS */
.color-1 {
color: #e5b8d3;
}
.color-2 {
color: #f1c6d7;
}
.color-3 {
color: #f8e1b4;
}
.color-4 {
color: #f2d1a6;
}
.color-5 {
color: #f6c3b6;
}

/* CSS Variables */
:root {
--color-1: #e5b8d3;
--color-2: #f1c6d7;
--color-3: #f8e1b4;
--color-4: #f2d1a6;
--color-5: #f6c3b6;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8d3, #f1c6d7, #f8e1b4, #f2d1a6, #f6c3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8d3, #f1c6d7, #f8e1b4, #f2d1a6, #f6c3b6);
}

Soft Pink color palette created on .