Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.usc-gold {
color: #ffcc00;
}
.bruschetta-tomato {
color: #ff6347;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--usc-gold:#ffcc00;
--bruschetta-tomato:#ff6347;
--f-n-h-ng-pink:#ff6bb5;
--ameixa:#6a5bcd;
}