Color names in this palette
CSS code for this palette
/* CSS */
.poppy-pompadour {
color: #6b3b9b;
}
.bright-delight {
color: #d15b29;
}
.dull-yellow {
color: #f1df5b;
}
.sour-candy {
color: #5bbf4a;
}
.camp-nula {
color: #2b6fab;
}
/* CSS Variables */
:root {
--poppy-pompadour:#6b3b9b;
--bright-delight:#d15b29;
--dull-yellow:#f1df5b;
--sour-candy:#5bbf4a;
--camp-nula:#2b6fab;
}