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