Color names in this palette
CSS code for this palette
/* CSS */
.waikawa-grey {
color: #5d6c92;
}
.portage {
color: #8c9dd4;
}
.cumulus-cloud {
color: #aec7e0;
}
.lime-bright {
color: #f3e4af;
}
.blushing-tulip {
color: #e3a1b8;
}
/* CSS Variables */
:root {
--waikawa-grey:#5d6c92;
--portage:#8c9dd4;
--cumulus-cloud:#aec7e0;
--lime-bright:#f3e4af;
--blushing-tulip:#e3a1b8;
}