Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.chai-latte {
color: #f8c8a0;
}
.milky-maize {
color: #f9d89f;
}
.summer-s-heat {
color: #f9e89a;
}
.yellow-chalk {
color: #f3fcb0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--chai-latte:#f8c8a0;
--milky-maize:#f9d89f;
--summer-s-heat:#f9e89a;
--yellow-chalk:#f3fcb0;
}