Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f5d4c2;
}
.antique-cameo {
color: #f2b9a1;
}
.blush {
color: #f1a08e;
}
.thundelarra {
color: #e78b73;
}
.bricks-of-hope {
color: #d75b5b;
}
/* CSS Variables */
:root {
--dreamsicle:#f5d4c2;
--antique-cameo:#f2b9a1;
--blush:#f1a08e;
--thundelarra:#e78b73;
--bricks-of-hope:#d75b5b;
}