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