Color names in this palette
CSS code for this palette
/* CSS */
.lovecloud {
color: #f0b7ea;
}
.rosecco {
color: #eab8e4;
}
.peach-patch {
color: #f7d5a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--lovecloud:#f0b7ea;
--rosecco:#eab8e4;
--peach-patch:#f7d5a1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}