Color names in this palette
CSS code for this palette
/* CSS */
.parlour-red {
color: #a42d5b;
}
.cheater {
color: #ebaf60;
}
.sugar-cookie {
color: #f2e2a6;
}
.atlantic-ocean {
color: #a6d8e3;
}
.winter-shadow {
color: #4f6b7d;
}
/* CSS Variables */
:root {
--parlour-red:#a42d5b;
--cheater:#ebaf60;
--sugar-cookie:#f2e2a6;
--atlantic-ocean:#a6d8e3;
--winter-shadow:#4f6b7d;
}