Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.menoth-white-base {
color: #f1e8b7;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--menoth-white-base:#f1e8b7;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
--ameixa:#6a5bcd;
}