Blushing Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Ember palette

Condividi questa palette a:

tavolozza dei colori Blushing Ember CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff707e;
}
.color-3 {
color: #ff4d5b;
}
.color-4 {
color: #ff3d40;
}
.color-5 {
color: #c22e2e;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff707e;
--color-3: #ff4d5b;
--color-4: #ff3d40;
--color-5: #c22e2e;
}

CSS con gradiente di sfondo Blushing Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff707e, #ff4d5b, #ff3d40, #c22e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff707e, #ff4d5b, #ff3d40, #c22e2e);
}

Blushing Ember color palette created on .