Color names in this palette
CSS code for this palette
/* CSS */
.strong-iris {
color: #5b5c7b;
}
.wild-phlox {
color: #9fa6c6;
}
.gumball {
color: #e4b4d5;
}
.pastel-red {
color: #ff6b61;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--strong-iris:#5b5c7b;
--wild-phlox:#9fa6c6;
--gumball:#e4b4d5;
--pastel-red:#ff6b61;
--soviet-gold:#ffd900;
}