Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.hooker-s-green {
color: #4b7c67;
}
.dessert-cream {
color: #f5e4d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--hooker-s-green:#4b7c67;
--dessert-cream:#f5e4d1;
--grapefruit-pulp:#ff6e61;
--golden-beryl-yellow:#d6a800;
}