Blushing Elsi Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Elsi palette

Condividi questa palette a:

tavolozza dei colori Blushing Elsi CSS

/* CSS */
.color-1 {
color: #f6d7b1;
}
.color-2 {
color: #f2b5b8;
}
.color-3 {
color: #f38c8c;
}
.color-4 {
color: #d85f8d;
}
.color-5 {
color: #a64e93;
}

/* CSS Variables */
:root {
--color-1: #f6d7b1;
--color-2: #f2b5b8;
--color-3: #f38c8c;
--color-4: #d85f8d;
--color-5: #a64e93;
}

CSS con gradiente di sfondo Blushing Elsi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7b1, #f2b5b8, #f38c8c, #d85f8d, #a64e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7b1, #f2b5b8, #f38c8c, #d85f8d, #a64e93);
}

Blushing Elsi color palette created on .