Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.maybe-maui {
color: #f7d58d;
}
.lazy-daisy {
color: #f3e7a0;
}
.smooth-satin {
color: #a4d4d5;
}
.jugendstil-turquoise {
color: #5e9c9c;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--maybe-maui:#f7d58d;
--lazy-daisy:#f3e7a0;
--smooth-satin:#a4d4d5;
--jugendstil-turquoise:#5e9c9c;
}