Color names in this palette
CSS code for this palette
/* CSS */
.blue-spell {
color: #395d6f;
}
.dusty-turquoise {
color: #5b8d8f;
}
.maiden-voyage {
color: #8dc7d3;
}
.royal-goblet {
color: #d6c98a;
}
.goldsmith {
color: #f2b650;
}
/* CSS Variables */
:root {
--blue-spell:#395d6f;
--dusty-turquoise:#5b8d8f;
--maiden-voyage:#8dc7d3;
--royal-goblet:#d6c98a;
--goldsmith:#f2b650;
}