Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2b8ebf;
}
.spearmint-burst {
color: #5abf8b;
}
.majestic-treasures {
color: #f2e7a1;
}
.cakepop-sorbet {
color: #f8c449;
}
.ginger-flower {
color: #d05249;
}
/* CSS Variables */
:root {
--christmas-blue:#2b8ebf;
--spearmint-burst:#5abf8b;
--majestic-treasures:#f2e7a1;
--cakepop-sorbet:#f8c449;
--ginger-flower:#d05249;
}