Radiant Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Radiant Ember palette
Radiant Ember color palette CSS
/* CSS */
.color-1 {
color: #f8d37c;
}
.color-2 {
color: #f6a14c;
}
.color-3 {
color: #e47b3a;
}
.color-4 {
color: #d74f2d;
}
.color-5 {
color: #a83e4e;
}
/* CSS Variables */
:root {
--color-1: #f8d37c;
--color-2: #f6a14c;
--color-3: #e47b3a;
--color-4: #d74f2d;
--color-5: #a83e4e;
}
Radiant Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d37c, #f6a14c, #e47b3a, #d74f2d, #a83e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d37c, #f6a14c, #e47b3a, #d74f2d, #a83e4e);
}
Similar color palettes
Radiant Ember color palette created on .