Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a4c4e5;
}
.carnation-bouquet {
color: #f5c2d2;
}
.durango-dust {
color: #f9e49f;
}
.vers-de-terre {
color: #a9e0a9;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--template:#a4c4e5;
--carnation-bouquet:#f5c2d2;
--durango-dust:#f9e49f;
--vers-de-terre:#a9e0a9;
--snow-white-blush:#f9aeae;
}