Botanical Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Botanical Symphony palette
Botanical Symphony color palette CSS
/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e76e55;
}
.color-4 {
color: #5a8bba;
}
.color-5 {
color: #d45e7b;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f1c84b;
--color-3: #e76e55;
--color-4: #5a8bba;
--color-5: #d45e7b;
}
Botanical Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f1c84b, #e76e55, #5a8bba, #d45e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f1c84b, #e76e55, #5a8bba, #d45e7b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Botanical Symphony color palette created on .