Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #599bd4;
}
.eerie-glow {
color: #a9d6bb;
}
.sugar-cookie {
color: #f2e5a1;
}
.florida-sunrise {
color: #f6aa6f;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--picton-blue:#599bd4;
--eerie-glow:#a9d6bb;
--sugar-cookie:#f2e5a1;
--florida-sunrise:#f6aa6f;
--vampire-red:#d63f2e;
}