Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.peach-echo {
color: #f3745e;
}
.rajah {
color: #f7a85e;
}
.desert-convoy {
color: #f7d597;
}
.durango-dust {
color: #f9e29f;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--peach-echo:#f3745e;
--rajah:#f7a85e;
--desert-convoy:#f7d597;
--durango-dust:#f9e29f;
}