Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.butter-cream {
color: #f1b341;
}
.cakepop-sorbet {
color: #f8c749;
}
.parisian-green {
color: #6ba046;
}
.navagio-bay {
color: #3193b4;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--butter-cream:#f1b341;
--cakepop-sorbet:#f8c749;
--parisian-green:#6ba046;
--navagio-bay:#3193b4;
}