Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c5e7;
}
.screen-gem {
color: #9d7b99;
}
.new-violet {
color: #d5c3df;
}
.bright-khaki {
color: #f0e78e;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c5e7;
--screen-gem:#9d7b99;
--new-violet:#d5c3df;
--bright-khaki:#f0e78e;
--soviet-gold:#ffd900;
}