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: #f1464f;
}
.color-2 {
color: #f17484;
}
.color-3 {
color: #f1a2b3;
}
.color-4 {
color: #f1b1c0;
}
.color-5 {
color: #f1889c;
}

/* CSS Variables */
:root {
--color-1: #f1464f;
--color-2: #f17484;
--color-3: #f1a2b3;
--color-4: #f1b1c0;
--color-5: #f1889c;
}

CSS con gradiente di sfondo Blushing Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1464f, #f17484, #f1a2b3, #f1b1c0, #f1889c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1464f, #f17484, #f1a2b3, #f1b1c0, #f1889c);
}

Blushing Ember color palette created on .