Color names in this palette
CSS code for this palette
/* CSS */
.tiara-jewel {
color: #eae1e7;
}
.terminator-chrome {
color: #dddfe4;
}
.christy-s-smile {
color: #f6bbc6;
}
.go-bananas {
color: #fac752;
}
.mirabelle-yellow {
color: #f5bc66;
}
/* CSS Variables */
:root {
--tiara-jewel:#eae1e7;
--terminator-chrome:#dddfe4;
--christy-s-smile:#f6bbc6;
--go-bananas:#fac752;
--mirabelle-yellow:#f5bc66;
}