Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.english-rose {
color: #f7c5c5;
}
.durango-dust {
color: #f9e19f;
}
.yucca-cream {
color: #a1d9cc;
}
.silver-tree {
color: #69bf90;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--english-rose:#f7c5c5;
--durango-dust:#f9e19f;
--yucca-cream:#a1d9cc;
--silver-tree:#69bf90;
}