Charming Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Charming Blush palette

Condividi questa palette a:

tavolozza dei colori Charming Blush CSS

/* CSS */
.color-1 {
color: #d47393;
}
.color-2 {
color: #e5a59e;
}
.color-3 {
color: #f4c3c3;
}
.color-4 {
color: #f9e1d2;
}
.color-5 {
color: #f4b99f;
}

/* CSS Variables */
:root {
--color-1: #d47393;
--color-2: #e5a59e;
--color-3: #f4c3c3;
--color-4: #f9e1d2;
--color-5: #f4b99f;
}

CSS con gradiente di sfondo Charming Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d47393, #e5a59e, #f4c3c3, #f9e1d2, #f4b99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d47393, #e5a59e, #f4c3c3, #f9e1d2, #f4b99f);
}

Charming Blush color palette created on .