Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.popcorn {
color: #fbd079;
}
.almost-aloe {
color: #c6e9af;
}
.tanager-turquoise {
color: #8ed5e6;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--popcorn:#fbd079;
--almost-aloe:#c6e9af;
--tanager-turquoise:#8ed5e6;
--just-a-fairytale:#695b9a;
}