Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b4e4;
}
.medium-turquoise {
color: #48d5d1;
}
.dull-yellow {
color: #f1df5b;
}
.chat-orange {
color: #f69f3c;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b4e4;
--medium-turquoise:#48d5d1;
--dull-yellow:#f1df5b;
--chat-orange:#f69f3c;
--breeze-of-chilli:#f26e6e;
}