Color names in this palette
CSS code for this palette
/* CSS */
.kul-sharif-blue {
color: #7fd4f5;
}
.waimea-blue {
color: #4c9dd6;
}
.curious-blue {
color: #3e7fbb;
}
.greenway {
color: #409c80;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--kul-sharif-blue:#7fd4f5;
--waimea-blue:#4c9dd6;
--curious-blue:#3e7fbb;
--greenway:#409c80;
--khmer-curry:#f05656;
}