Imperial Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Imperial Elegance palette

Condividi questa palette a:

tavolozza dei colori Imperial Elegance CSS

/* CSS */
.color-1 {
color: #3b4bc9;
}
.color-2 {
color: #9fbee5;
}
.color-3 {
color: #e0d3ae;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #da4c25;
}

/* CSS Variables */
:root {
--color-1: #3b4bc9;
--color-2: #9fbee5;
--color-3: #e0d3ae;
--color-4: #f5a300;
--color-5: #da4c25;
}

CSS con gradiente di sfondo Imperial Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4bc9, #9fbee5, #e0d3ae, #f5a300, #da4c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4bc9, #9fbee5, #e0d3ae, #f5a300, #da4c25);
}

Imperial Elegance color palette created on .