Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e1;
}
.blue-gourami {
color: #6da1d9;
}
.maximum-yellow-red {
color: #f1b74b;
}
.quince-jelly {
color: #f88d30;
}
.fireglow {
color: #d95e3f;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e1;
--blue-gourami:#6da1d9;
--maximum-yellow-red:#f1b74b;
--quince-jelly:#f88d30;
--fireglow:#d95e3f;
}