Frosted Ember Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Ember Dreams palette
Frosted Ember Dreams color palette CSS
/* CSS */
.color-1 {
color: #e6eef0;
}
.color-2 {
color: #a4aab2;
}
.color-3 {
color: #746d72;
}
.color-4 {
color: #b81e30;
}
.color-5 {
color: #075e8d;
}
/* CSS Variables */
:root {
--color-1: #e6eef0;
--color-2: #a4aab2;
--color-3: #746d72;
--color-4: #b81e30;
--color-5: #075e8d;
}
Frosted Ember Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6eef0, #a4aab2, #746d72, #b81e30, #075e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6eef0, #a4aab2, #746d72, #b81e30, #075e8d);
}
Similar color palettes
Frosted Ember Dreams color palette created on .