Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a5a5;
}
.cream-tan {
color: #e3c8ba;
}
.lime-bright {
color: #f1e4b1;
}
.canton-jade {
color: #b9e4c8;
}
.terrace-pool {
color: #9edae0;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a5a5;
--cream-tan:#e3c8ba;
--lime-bright:#f1e4b1;
--canton-jade:#b9e4c8;
--terrace-pool:#9edae0;
}