Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a6d8d9;
}
.cruise {
color: #b5e3d5;
}
.applesauce {
color: #f5d899;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.bonker-pink {
color: #f24a7c;
}
/* CSS Variables */
:root {
--iced-aqua:#a6d8d9;
--cruise:#b5e3d5;
--applesauce:#f5d899;
--puff-pastry-yellow:#fbcf89;
--bonker-pink:#f24a7c;
}