Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a4a1;
}
.rainbow {
color: #f4c1b8;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.cactus-spike {
color: #c0e2a7;
}
.adrift-on-the-nile {
color: #8db3e2;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a4a1;
--rainbow:#f4c1b8;
--smooth-as-corn-silk:#f4e2b3;
--cactus-spike:#c0e2a7;
--adrift-on-the-nile:#8db3e2;
}