Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a15e8b;
}
.dolomite-red {
color: #c57c9c;
}
.think-pink {
color: #e9a5c3;
}
.cheddar-corn {
color: #f7d4b6;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--thimble-red:#a15e8b;
--dolomite-red:#c57c9c;
--think-pink:#e9a5c3;
--cheddar-corn:#f7d4b6;
--radiant-sun:#f3ca4f;
}