Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.flower-spell {
color: #fec8d8;
}
.sweet-slumber-pink {
color: #f9b4f3;
}
.ucla-gold {
color: #ffb300;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--flower-spell:#fec8d8;
--sweet-slumber-pink:#f9b4f3;
--ucla-gold:#ffb300;
--grapefruit-pulp:#ff6e61;
}