Color names in this palette
CSS code for this palette
/* CSS */
.chapel-blue {
color: #b3d1e6;
}
.peppermint-fresh {
color: #69bf9c;
}
.old-flame {
color: #f5b7b2;
}
.club-mate {
color: #f8e17c;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--chapel-blue:#b3d1e6;
--peppermint-fresh:#69bf9c;
--old-flame:#f5b7b2;
--club-mate:#f8e17c;
--durotar-fire:#f15a27;
}