Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.orange-danger {
color: #e05e00;
}
.red-sauce-parlor {
color: #c93822;
}
.true-purple {
color: #6c2c90;
}
.waterhen-back {
color: #303f50;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--orange-danger:#e05e00;
--red-sauce-parlor:#c93822;
--true-purple:#6c2c90;
--waterhen-back:#303f50;
}