Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.goldsmith {
color: #f1b24b;
}
.aspen-yellow {
color: #f7e0a1;
}
.calculus {
color: #a0cab1;
}
.blue-square {
color: #4f8d9c;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--goldsmith:#f1b24b;
--aspen-yellow:#f7e0a1;
--calculus:#a0cab1;
--blue-square:#4f8d9c;
}