Color names in this palette
CSS code for this palette
/* CSS */
.jazzy {
color: #c41c4c;
}
.grapefruit-juice {
color: #ef6c88;
}
.love-spell {
color: #f5b7c4;
}
.yellow-tulip {
color: #f4d171;
}
.southern-platyfish {
color: #c7da4e;
}
/* CSS Variables */
:root {
--jazzy:#c41c4c;
--grapefruit-juice:#ef6c88;
--love-spell:#f5b7c4;
--yellow-tulip:#f4d171;
--southern-platyfish:#c7da4e;
}