Sunset Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Ember palette

Condividi questa palette a:

tavolozza dei colori Sunset Ember CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #e56a3e;
}
.color-4 {
color: #d0494d;
}
.color-5 {
color: #aa3e3c;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #fbaf3c;
--color-3: #e56a3e;
--color-4: #d0494d;
--color-5: #aa3e3c;
}

CSS con gradiente di sfondo Sunset Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #fbaf3c, #e56a3e, #d0494d, #aa3e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #fbaf3c, #e56a3e, #d0494d, #aa3e3c);
}

Sunset Ember color palette created on .