Color names in this palette
CSS code for this palette
/* CSS */
.bubbelgum-heart {
color: #ffb8e0;
}
.dwarven-peaches {
color: #ff9e7a;
}
.tiger-yellow {
color: #ffdd80;
}
.fine-blue {
color: #b7e1df;
}
.chefchaouen-blue {
color: #a3d2e6;
}
/* CSS Variables */
:root {
--bubbelgum-heart:#ffb8e0;
--dwarven-peaches:#ff9e7a;
--tiger-yellow:#ffdd80;
--fine-blue:#b7e1df;
--chefchaouen-blue:#a3d2e6;
}