Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.sunshine-surprise {
color: #fdac2b;
}
.sunny-mood {
color: #f5c84d;
}
.aloe-cream {
color: #d7e9b9;
}
.blue-dam {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--sunshine-surprise:#fdac2b;
--sunny-mood:#f5c84d;
--aloe-cream:#d7e9b9;
--blue-dam:#a5c6d5;
}