Color names in this palette
CSS code for this palette
/* CSS */
.pearly-purple {
color: #b76c9b;
}
.calabrese {
color: #f1a8a2;
}
.yellow-tulip {
color: #f4d171;
}
.citronella {
color: #69bf79;
}
.blue-dart-frog {
color: #3c7b96;
}
/* CSS Variables */
:root {
--pearly-purple:#b76c9b;
--calabrese:#f1a8a2;
--yellow-tulip:#f4d171;
--citronella:#69bf79;
--blue-dart-frog:#3c7b96;
}