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