Blushing Charcoal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Charcoal palette

Condividi questa palette a:

tavolozza dei colori Blushing Charcoal CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #ff4d91;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #ff8fa3;
}
.color-5 {
color: #ffb3c6;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #ff4d91;
--color-3: #ff5c9a;
--color-4: #ff8fa3;
--color-5: #ffb3c6;
}

CSS con gradiente di sfondo Blushing Charcoal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #ff4d91, #ff5c9a, #ff8fa3, #ffb3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #ff4d91, #ff5c9a, #ff8fa3, #ffb3c6);
}

Blushing Charcoal color palette created on .