Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.indian-clay {
color: #f1d1c1;
}
.barley-white {
color: #f7e3b6;
}
.cactus-spike {
color: #c4e09e;
}
.terrace-pool {
color: #9edae0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--indian-clay:#f1d1c1;
--barley-white:#f7e3b6;
--cactus-spike:#c4e09e;
--terrace-pool:#9edae0;
}