Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3b5e7d;
}
.boat-house {
color: #4f8dbf;
}
.candid-blue {
color: #67c4e0;
}
.pale-pear {
color: #f7da6e;
}
.tangerine-bliss {
color: #d55c30;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3b5e7d;
--boat-house:#4f8dbf;
--candid-blue:#67c4e0;
--pale-pear:#f7da6e;
--tangerine-bliss:#d55c30;
}