Verdant Ember Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Ember Symphony palette
Verdant Ember Symphony color palette CSS
/* CSS */
.color-1 {
color: #789795;
}
.color-2 {
color: #ca6d4e;
}
.color-3 {
color: #22888c;
}
.color-4 {
color: #c93c08;
}
.color-5 {
color: #a72802;
}
/* CSS Variables */
:root {
--color-1: #789795;
--color-2: #ca6d4e;
--color-3: #22888c;
--color-4: #c93c08;
--color-5: #a72802;
}
Verdant Ember Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #789795, #ca6d4e, #22888c, #c93c08, #a72802);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #789795, #ca6d4e, #22888c, #c93c08, #a72802);
}
Similar color palettes
Scroll down to explore 1 Teal color palette
Verdant Ember Symphony color palette created on .