Fortune's Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fortune's Ember palette

Share this palette to:

Fortune's Ember color palette CSS

/* CSS */
.color-1 {
color: #f14b3b;
}
.color-2 {
color: #f17b3b;
}
.color-3 {
color: #f1a03b;
}
.color-4 {
color: #f1d03b;
}
.color-5 {
color: #f1df3b;
}

/* CSS Variables */
:root {
--color-1: #f14b3b;
--color-2: #f17b3b;
--color-3: #f1a03b;
--color-4: #f1d03b;
--color-5: #f1df3b;
}

Fortune's Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f14b3b, #f17b3b, #f1a03b, #f1d03b, #f1df3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f14b3b, #f17b3b, #f1a03b, #f1d03b, #f1df3b);
}

Fortune's Ember color palette created on .