Empowered Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Empowered Embrace palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Empowered Embrace

Download empowered embrace color palette PNG image (landscape)
Download empowered embrace color palette PNG image (square)

tavolozza dei colori Empowered Embrace CSS

/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f84f79;
}
.color-3 {
color: #2e2e2e;
}
.color-4 {
color: #fea04d;
}
.color-5 {
color: #f3f4eb;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f84f79;
--color-3: #2e2e2e;
--color-4: #fea04d;
--color-5: #f3f4eb;
}

CSS con gradiente di sfondo Empowered Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}

Empowered Embrace color palette created on .