Color names in this palette
CSS code for this palette
/* CSS */
.tawny-amber {
color: #d19a75;
}
.citrus-sachet {
color: #f1c5a7;
}
.tea-cookie {
color: #f5e1c2;
}
.tear {
color: #b3d7e0;
}
.provincial-blue {
color: #5d7f92;
}
/* CSS Variables */
:root {
--tawny-amber:#d19a75;
--citrus-sachet:#f1c5a7;
--tea-cookie:#f5e1c2;
--tear:#b3d7e0;
--provincial-blue:#5d7f92;
}