Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b1e2;
}
.island-light {
color: #a6c6ed;
}
.danube {
color: #5b8cbe;
}
.mystic-tulip {
color: #f7b5a1;
}
.macaroni {
color: #f4d386;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b1e2;
--island-light:#a6c6ed;
--danube:#5b8cbe;
--mystic-tulip:#f7b5a1;
--macaroni:#f4d386;
}