Color names in this palette
CSS code for this palette
/* CSS */
.flavescent {
color: #f7e78d;
}
.rayo-de-sol {
color: #f4c557;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.iceland-poppy {
color: #f27b2c;
}
.salametti {
color: #e25d2c;
}
/* CSS Variables */
:root {
--flavescent:#f7e78d;
--rayo-de-sol:#f4c557;
--y-ng-ch-ng-orange:#f49f3e;
--iceland-poppy:#f27b2c;
--salametti:#e25d2c;
}