Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d44045;
}
.dubarry {
color: #f45d67;
}
.burning-coals {
color: #f69e6f;
}
.lazy-daisy {
color: #f6e8a2;
}
.chateau-green {
color: #3c9a5a;
}
/* CSS Variables */
:root {
--smooch-rouge:#d44045;
--dubarry:#f45d67;
--burning-coals:#f69e6f;
--lazy-daisy:#f6e8a2;
--chateau-green:#3c9a5a;
}