Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.butter-cream {
color: #f1b341;
}
.gilded {
color: #f3e04f;
}
.tall-waves {
color: #609ccd;
}
.dark-blue {
color: #2e5c7f;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--butter-cream:#f1b341;
--gilded:#f3e04f;
--tall-waves:#609ccd;
--dark-blue:#2e5c7f;
}