Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.buttery-salmon {
color: #ffb19e;
}
.common-dandelion {
color: #ffd65c;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.c64-ntsc {
color: #4d7dfe;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--buttery-salmon:#ffb19e;
--common-dandelion:#ffd65c;
--touch-of-turquoise:#a2d7cf;
--c64-ntsc:#4d7dfe;
}