Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.lemon-pound-cake {
color: #fddb91;
}
.turquoise-tower {
color: #a8e6cf;
}
.curtsy {
color: #ffd4b8;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--lemon-pound-cake:#fddb91;
--turquoise-tower:#a8e6cf;
--curtsy:#ffd4b8;
--kisses-and-hugs:#ff667d;
}