Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.coral-dune {
color: #fcd4c5;
}
.lemon-rose {
color: #f9e9ae;
}
.tactile {
color: #d3e9c9;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--coral-dune:#fcd4c5;
--lemon-rose:#f9e9ae;
--tactile:#d3e9c9;
--ganon-blue:#a1dff7;
}