Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d85041;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.mom-s-pancake {
color: #f6c751;
}
.basil-smash {
color: #b7e8a1;
}
.bianchi-green {
color: #40c7c9;
}
/* CSS Variables */
:root {
--gladiola:#d85041;
--y-ng-ch-ng-orange:#f1a03b;
--mom-s-pancake:#f6c751;
--basil-smash:#b7e8a1;
--bianchi-green:#40c7c9;
}