Color names in this palette
CSS code for this palette
/* CSS */
.plumeria {
color: #c4b4d5;
}
.think-pink {
color: #e6a7c3;
}
.conch-shell {
color: #ff8a9d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--plumeria:#c4b4d5;
--think-pink:#e6a7c3;
--conch-shell:#ff8a9d;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}