Crimson Ember Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Ember Elegance palette
Crimson Ember Elegance color palette CSS
/* CSS */
.color-1 {
color: #f05a28;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #a5787b;
}
.color-4 {
color: #4e4b4d;
}
.color-5 {
color: #1a1919;
}
/* CSS Variables */
:root {
--color-1: #f05a28;
--color-2: #d63f2e;
--color-3: #a5787b;
--color-4: #4e4b4d;
--color-5: #1a1919;
}
Crimson Ember Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05a28, #d63f2e, #a5787b, #4e4b4d, #1a1919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05a28, #d63f2e, #a5787b, #4e4b4d, #1a1919);
}
Similar color palettes
Crimson Ember Elegance color palette created on .