Ethereal Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Blush palette

Condividi questa palette a:

tavolozza dei colori Ethereal Blush CSS

/* CSS */
.color-1 {
color: #f7c6b1;
}
.color-2 {
color: #f6a2af;
}
.color-3 {
color: #f68ea6;
}
.color-4 {
color: #f26ebb;
}
.color-5 {
color: #e160bf;
}

/* CSS Variables */
:root {
--color-1: #f7c6b1;
--color-2: #f6a2af;
--color-3: #f68ea6;
--color-4: #f26ebb;
--color-5: #e160bf;
}

CSS con gradiente di sfondo Ethereal Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b1, #f6a2af, #f68ea6, #f26ebb, #e160bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b1, #f6a2af, #f68ea6, #f26ebb, #e160bf);
}

Ethereal Blush color palette created on .