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: #f6c6b1;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #f47f1f;
}
.color-4 {
color: #e64919;
}
.color-5 {
color: #d22d5c;
}
/* CSS Variables */
:root {
--color-1: #f6c6b1;
--color-2: #f3a76d;
--color-3: #f47f1f;
--color-4: #e64919;
--color-5: #d22d5c;
}
Ember Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6b1, #f3a76d, #f47f1f, #e64919, #d22d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6b1, #f3a76d, #f47f1f, #e64919, #d22d5c);
}
Similar color palettes
Scroll down to explore 90+ Beach color palettes
Ember Serenity color palette created on .