Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #b87a9b;
}
.madagascar-pink {
color: #cc94a2;
}
.indian-khaki {
color: #d1b09f;
}
.good-as-gold {
color: #cfb877;
}
.yellowstone {
color: #ceb236;
}
/* CSS Variables */
:root {
--valentine-heart:#b87a9b;
--madagascar-pink:#cc94a2;
--indian-khaki:#d1b09f;
--good-as-gold:#cfb877;
--yellowstone:#ceb236;
}