Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.forsythia-blossom {
color: #f5d76b;
}
.casino-lights {
color: #f9f9b4;
}
.smooth-satin {
color: #a3d4d7;
}
.palmetto {
color: #6b9d9e;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--forsythia-blossom:#f5d76b;
--casino-lights:#f9f9b4;
--smooth-satin:#a3d4d7;
--palmetto:#6b9d9e;
}