Color names in this palette
CSS code for this palette
/* CSS */
.chestnut-rose {
color: #d04e54;
}
.burning-coals {
color: #f69974;
}
.vanilla {
color: #f3e8aa;
}
.low-tide {
color: #97d3a6;
}
.skydome {
color: #37a3d2;
}
/* CSS Variables */
:root {
--chestnut-rose:#d04e54;
--burning-coals:#f69974;
--vanilla:#f3e8aa;
--low-tide:#97d3a6;
--skydome:#37a3d2;
}