Color names in this palette
CSS code for this palette
/* CSS */
.moonshade {
color: #5b6e9a;
}
.private-jet {
color: #8a9bb2;
}
.twinkle {
color: #afc5d4;
}
.river-of-gold {
color: #e5b55d;
}
.barely-brown {
color: #d76d56;
}
/* CSS Variables */
:root {
--moonshade:#5b6e9a;
--private-jet:#8a9bb2;
--twinkle:#afc5d4;
--river-of-gold:#e5b55d;
--barely-brown:#d76d56;
}