Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.yucca-cream {
color: #a1d9cc;
}
.english-rose {
color: #f7c5c5;
}
.storm-lightning {
color: #f9e79f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--yucca-cream:#a1d9cc;
--english-rose:#f7c5c5;
--storm-lightning:#f9e79f;
--sunshine-mellow:#f1c40e;
}