Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.upstream-salmon {
color: #f79e78;
}
.pink-carnation {
color: #f27d9c;
}
.sanctuary-spa {
color: #69b5e8;
}
.jolt-of-jade {
color: #4bbe9a;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--upstream-salmon:#f79e78;
--pink-carnation:#f27d9c;
--sanctuary-spa:#69b5e8;
--jolt-of-jade:#4bbe9a;
}