Celestial Emberfall Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Emberfall palette

Condividi questa palette a:

tavolozza dei colori Celestial Emberfall CSS

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #a64e6d;
}
.color-3 {
color: #e8833b;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #a64e6d;
--color-3: #e8833b;
--color-4: #f7c94b;
--color-5: #f7e1a1;
}

CSS con gradiente di sfondo Celestial Emberfall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #a64e6d, #e8833b, #f7c94b, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #a64e6d, #e8833b, #f7c94b, #f7e1a1);
}

Celestial Emberfall color palette created on .