Color names in this palette
CSS code for this palette
/* CSS */
.dogwood-rose {
color: #da1b61;
}
.sachet-pink {
color: #f490b1;
}
.spun-sugar {
color: #fce3ec;
}
.kul-sharif-blue {
color: #80d3fa;
}
.homeworld {
color: #1f89e5;
}
/* CSS Variables */
:root {
--dogwood-rose:#da1b61;
--sachet-pink:#f490b1;
--spun-sugar:#fce3ec;
--kul-sharif-blue:#80d3fa;
--homeworld:#1f89e5;
}