Circuit Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Circuit Symphony palette
Circuit Symphony color palette CSS
/* CSS */
.color-1 {
color: #a72a2a;
}
.color-2 {
color: #4c4b3e;
}
.color-3 {
color: #a87c3e;
}
.color-4 {
color: #e6b65b;
}
.color-5 {
color: #4d9d80;
}
/* CSS Variables */
:root {
--color-1: #a72a2a;
--color-2: #4c4b3e;
--color-3: #a87c3e;
--color-4: #e6b65b;
--color-5: #4d9d80;
}
Circuit Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a72a2a, #4c4b3e, #a87c3e, #e6b65b, #4d9d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a72a2a, #4c4b3e, #a87c3e, #e6b65b, #4d9d80);
}
Similar color palettes
Circuit Symphony color palette created on .