Color names in this palette
CSS code for this palette
/* CSS */
.dubonnet {
color: #5b2f2f;
}
.rhubarb-smoothie {
color: #8b4b4b;
}
.seraphim-sepia {
color: #d6864c;
}
.almond-cream {
color: #f3c4a0;
}
.romantic-ballad {
color: #e1b7e6;
}
/* CSS Variables */
:root {
--dubonnet:#5b2f2f;
--rhubarb-smoothie:#8b4b4b;
--seraphim-sepia:#d6864c;
--almond-cream:#f3c4a0;
--romantic-ballad:#e1b7e6;
}