Color names in this palette
CSS code for this palette
/* CSS */
.almond-butter {
color: #d7c6a8;
}
.grey-flannel {
color: #8e9c9f;
}
.dusty-turquoise {
color: #5b8d8f;
}
.mallorca-blue {
color: #4f7a92;
}
.antilles-blue {
color: #3b5e8c;
}
/* CSS Variables */
:root {
--almond-butter:#d7c6a8;
--grey-flannel:#8e9c9f;
--dusty-turquoise:#5b8d8f;
--mallorca-blue:#4f7a92;
--antilles-blue:#3b5e8c;
}