Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4b94d8;
}
.young-bamboo {
color: #69bf8a;
}
.cakepop-sorbet {
color: #f7c64b;
}
.hot-orange {
color: #f58a3d;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4b94d8;
--young-bamboo:#69bf8a;
--cakepop-sorbet:#f7c64b;
--hot-orange:#f58a3d;
--deep-blush:#e76a89;
}