Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.lantern-light {
color: #f5eab8;
}
.soviet-gold {
color: #ffd900;
}
.matt-pink {
color: #ffb3c3;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--lantern-light:#f5eab8;
--soviet-gold:#ffd900;
--matt-pink:#ffb3c3;
--ameixa:#6a5bcd;
}