Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.little-baby-girl {
color: #f6b6d5;
}
.venetian-yellow {
color: #f8e6a0;
}
.tal-yi-gold {
color: #e5b15d;
}
.reed-mace {
color: #c95c3b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--little-baby-girl:#f6b6d5;
--venetian-yellow:#f8e6a0;
--tal-yi-gold:#e5b15d;
--reed-mace:#c95c3b;
}