Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e5b35d;
}
.pulled-taffy {
color: #f2d4ba;
}
.little-bow-pink {
color: #d27f9a;
}
.safflower-purple {
color: #af4b9d;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--river-of-gold:#e5b35d;
--pulled-taffy:#f2d4ba;
--little-bow-pink:#d27f9a;
--safflower-purple:#af4b9d;
--true-purple:#6a2c90;
}