Royal Ember Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royal Ember Glow palette

Condividi questa palette a:

tavolozza dei colori Royal Ember Glow CSS

/* CSS */
.color-1 {
color: #d73c28;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #c8a30e;
}
.color-4 {
color: #842c1a;
}
.color-5 {
color: #f9e380;
}

/* CSS Variables */
:root {
--color-1: #d73c28;
--color-2: #f6b83c;
--color-3: #c8a30e;
--color-4: #842c1a;
--color-5: #f9e380;
}

CSS con gradiente di sfondo Royal Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d73c28, #f6b83c, #c8a30e, #842c1a, #f9e380);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d73c28, #f6b83c, #c8a30e, #842c1a, #f9e380);
}

Royal Ember Glow color palette created on .