Color names in this palette
CSS code for this palette
/* CSS */
.golden-lock {
color: #f4ba1a;
}
.ornery-tangerine {
color: #f77a22;
}
.burning-tomato {
color: #e94d35;
}
.dahlia-mauve {
color: #b3568c;
}
.prickly-purple {
color: #a45eb5;
}
/* CSS Variables */
:root {
--golden-lock:#f4ba1a;
--ornery-tangerine:#f77a22;
--burning-tomato:#e94d35;
--dahlia-mauve:#b3568c;
--prickly-purple:#a45eb5;
}