Color names in this palette
CSS code for this palette
/* CSS */
.greyish-blue {
color: #5f7e9b;
}
.blue-bows {
color: #a6c1d9;
}
.straw-hat {
color: #f1d3a7;
}
.tal-yi-gold {
color: #e6b35b;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--greyish-blue:#5f7e9b;
--blue-bows:#a6c1d9;
--straw-hat:#f1d3a7;
--tal-yi-gold:#e6b35b;
--medium-vermilion:#d85d3b;
}