Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.chewing-gum {
color: #e4b0af;
}
.blistering-mars {
color: #fc6c4f;
}
.jungle-juice {
color: #a5c65d;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--chewing-gum:#e4b0af;
--blistering-mars:#fc6c4f;
--jungle-juice:#a5c65d;
}