Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.pearl-blue {
color: #75b7c7;
}
.blue-shimmer {
color: #b2dae0;
}
.emperor-s-children {
color: #f2a1b2;
}
.dahlia-delight {
color: #f8bfd3;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--pearl-blue:#75b7c7;
--blue-shimmer:#b2dae0;
--emperor-s-children:#f2a1b2;
--dahlia-delight:#f8bfd3;
}