Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94c3f;
}
.sandy-brown {
color: #f2a15f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.christmas-silver {
color: #e0e0e0;
}
.april-love {
color: #8b402d;
}
/* CSS Variables */
:root {
--gladiola:#d94c3f;
--sandy-brown:#f2a15f;
--solar-plexus-chakra:#f1c84b;
--christmas-silver:#e0e0e0;
--april-love:#8b402d;
}