Luxury Energy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Luxury Energy palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Luxury Energy

Download luxury energy color palette PNG image (landscape)
Download luxury energy color palette PNG image (square)

tavolozza dei colori Luxury Energy CSS

/* CSS */
.color-1 {
color: #b6a7d7;
}
.color-2 {
color: #f8dbb4;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #ff5900;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #b6a7d7;
--color-2: #f8dbb4;
--color-3: #fab700;
--color-4: #ff5900;
--color-5: #e94e77;
}

CSS con gradiente di sfondo Luxury Energy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a7d7, #f8dbb4, #fab700, #ff5900, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a7d7, #f8dbb4, #fab700, #ff5900, #e94e77);
}

Luxury Energy color palette created on .