Apocalyptic Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Apocalyptic Ember palette

Share this palette to:

Apocalyptic Ember color palette 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;
}

Apocalyptic Ember background gradient CSS

/* 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 .