Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.ancient-ivory {
color: #f0e6d1;
}
.pretty-petunia {
color: #d7b7e1;
}
.coral-correlation {
color: #ffab8f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--ancient-ivory:#f0e6d1;
--pretty-petunia:#d7b7e1;
--coral-correlation:#ffab8f;
--sunshine-mellow:#f1c40e;
}