Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b5a3;
}
.milky-maize {
color: #f7d6a1;
}
.icy-lemonade {
color: #f5e9b2;
}
.vandermint {
color: #a9e1e5;
}
.tropez-blue {
color: #71b7c6;
}
/* CSS Variables */
:root {
--first-date:#f5b5a3;
--milky-maize:#f7d6a1;
--icy-lemonade:#f5e9b2;
--vandermint:#a9e1e5;
--tropez-blue:#71b7c6;
}