Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.powder-blue {
color: #b1e0e7;
}
.soviet-gold {
color: #ffd900;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--powder-blue:#b1e0e7;
--soviet-gold:#ffd900;
--f-n-h-ng-pink:#ff6bb5;
--bright-blue-violet:#8a2ce2;
}