Color names in this palette
CSS code for this palette
/* CSS */
.yucca-cream {
color: #a1d9cc;
}
.biscuit-cream {
color: #f9ccb9;
}
.yellow-tulip {
color: #f5d26b;
}
.calabrese {
color: #f1a8a2;
}
.porcelain-rose {
color: #ec6969;
}
/* CSS Variables */
:root {
--yucca-cream:#a1d9cc;
--biscuit-cream:#f9ccb9;
--yellow-tulip:#f5d26b;
--calabrese:#f1a8a2;
--porcelain-rose:#ec6969;
}