Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #d6a14c;
}
.fuegan-orange {
color: #c37b4b;
}
.bing-cherry-pie {
color: #aa4b6a;
}
.parfait-d-amour {
color: #6b4c94;
}
.jakarta-skyline {
color: #3c2d5d;
}
/* CSS Variables */
:root {
--angel-food-cake:#d6a14c;
--fuegan-orange:#c37b4b;
--bing-cherry-pie:#aa4b6a;
--parfait-d-amour:#6b4c94;
--jakarta-skyline:#3c2d5d;
}