Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-sky {
color: #88b8d7;
}
.tasman-honey-yellow {
color: #e6c760;
}
.roseberry {
color: #f7a5a1;
}
.fiesta-pink {
color: #d27092;
}
.striking-purple {
color: #904c90;
}
/* CSS Variables */
:root {
--periwinkle-sky:#88b8d7;
--tasman-honey-yellow:#e6c760;
--roseberry:#f7a5a1;
--fiesta-pink:#d27092;
--striking-purple:#904c90;
}