Color names in this palette
CSS code for this palette
/* CSS */
.golden-frame {
color: #e3b11c;
}
.cakepop-sorbet {
color: #f6c446;
}
.no-gmb-yellow {
color: #f9e58b;
}
.catarina-green {
color: #8dc3af;
}
.larkspur {
color: #3c7b90;
}
/* CSS Variables */
:root {
--golden-frame:#e3b11c;
--cakepop-sorbet:#f6c446;
--no-gmb-yellow:#f9e58b;
--catarina-green:#8dc3af;
--larkspur:#3c7b90;
}