Color names in this palette
CSS code for this palette
/* CSS */
.pastry-shell {
color: #b57e5a;
}
.magic-melon {
color: #e09b4d;
}
.double-spanish-white {
color: #d1c2a3;
}
.pale-mint {
color: #a9c4a1;
}
.technical-blue {
color: #5a7e8c;
}
/* CSS Variables */
:root {
--pastry-shell:#b57e5a;
--magic-melon:#e09b4d;
--double-spanish-white:#d1c2a3;
--pale-mint:#a9c4a1;
--technical-blue:#5a7e8c;
}