Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f9c84e;
}
.sandy-brown {
color: #f1a15f;
}
.sugar-poppy {
color: #e77f7e;
}
.watermelon-pink {
color: #c77a8f;
}
.heart-potion {
color: #aa7cb6;
}
/* CSS Variables */
:root {
--go-bananas:#f9c84e;
--sandy-brown:#f1a15f;
--sugar-poppy:#e77f7e;
--watermelon-pink:#c77a8f;
--heart-potion:#aa7cb6;
}