Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.o-grady-green {
color: #5cad93;
}
.calla {
color: #f2e1b5;
}
.roseberry {
color: #f7a5a1;
}
.sugar-rush {
color: #d6619c;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--o-grady-green:#5cad93;
--calla:#f2e1b5;
--roseberry:#f7a5a1;
--sugar-rush:#d6619c;
}