Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.summer-cosmos {
color: #f9d2e2;
}
.orange-confection {
color: #f5e2d1;
}
.quench-blue {
color: #b6e2e7;
}
.isabella-s-aqua {
color: #a0d9c4;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--summer-cosmos:#f9d2e2;
--orange-confection:#f5e2d1;
--quench-blue:#b6e2e7;
--isabella-s-aqua:#a0d9c4;
}