Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.broom-butterfly-blue {
color: #6baedb;
}
.blue-jay {
color: #5a8ed8;
}
.tropical-violet {
color: #d2a2e2;
}
.dahlia-delight {
color: #f8bfd3;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--broom-butterfly-blue:#6baedb;
--blue-jay:#5a8ed8;
--tropical-violet:#d2a2e2;
--dahlia-delight:#f8bfd3;
}