Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #794b8b;
}
.scotch-thistle {
color: #9d6b9e;
}
.idyllic-pink {
color: #caa0b6;
}
.antoinette-pink {
color: #e8c4b5;
}
.gold-sand {
color: #f7e8a6;
}
/* CSS Variables */
:root {
--purple-sapphire:#794b8b;
--scotch-thistle:#9d6b9e;
--idyllic-pink:#caa0b6;
--antoinette-pink:#e8c4b5;
--gold-sand:#f7e8a6;
}