Apocalyptic Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Apocalyptic Ember palette

Condividi questa palette a:

tavolozza dei colori Apocalyptic Ember CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e67e00;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #d7581d;
}
.color-5 {
color: #c94b3b;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e67e00;
--color-3: #f6e2b1;
--color-4: #d7581d;
--color-5: #c94b3b;
}

CSS con gradiente di sfondo Apocalyptic Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e67e00, #f6e2b1, #d7581d, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e67e00, #f6e2b1, #d7581d, #c94b3b);
}

Apocalyptic Ember color palette created on .