Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.neptune-green {
color: #7ebe9c;
}
.buttery-croissant {
color: #f2e19c;
}
.monarch-orange {
color: #f29d69;
}
.grapefruit-juice {
color: #ea6c89;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--neptune-green:#7ebe9c;
--buttery-croissant:#f2e19c;
--monarch-orange:#f29d69;
--grapefruit-juice:#ea6c89;
}