Color names in this palette
CSS code for this palette
/* CSS */
.chowder-bowl {
color: #e5d3b3;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.first-date {
color: #f4b19f;
}
.tsarina {
color: #d5b4c5;
}
.falling-tears {
color: #c2d8e0;
}
/* CSS Variables */
:root {
--chowder-bowl:#e5d3b3;
--lemon-ice-yellow:#f6e1a7;
--first-date:#f4b19f;
--tsarina:#d5b4c5;
--falling-tears:#c2d8e0;
}