Color names in this palette
CSS code for this palette
/* CSS */
.dusty-teal {
color: #4b8b85;
}
.faded-jeans {
color: #5cc2c7;
}
.basin-blue {
color: #b8e1e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.bitter-orange {
color: #d17a29;
}
/* CSS Variables */
:root {
--dusty-teal:#4b8b85;
--faded-jeans:#5cc2c7;
--basin-blue:#b8e1e5;
--maximum-yellow-red:#f1b74b;
--bitter-orange:#d17a29;
}