Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-smoothie {
color: #8c4a4a;
}
.art-house-pink {
color: #c3726f;
}
.rose-linen {
color: #e9ada0;
}
.dreamsicle {
color: #f5d4c2;
}
.tofino {
color: #e6b9a8;
}
/* CSS Variables */
:root {
--rhubarb-smoothie:#8c4a4a;
--art-house-pink:#c3726f;
--rose-linen:#e9ada0;
--dreamsicle:#f5d4c2;
--tofino:#e6b9a8;
}