Color names in this palette
CSS code for this palette
/* CSS */
.breezy-aqua {
color: #d9e3dd;
}
.cheesus {
color: #ffca75;
}
.lusty-gallant {
color: #ff7c4d;
}
.blood-burst {
color: #ff4d4d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--breezy-aqua:#d9e3dd;
--cheesus:#ffca75;
--lusty-gallant:#ff7c4d;
--blood-burst:#ff4d4d;
--red-stop:#ff1f1f;
}