Color names in this palette
CSS code for this palette
/* CSS */
.maiden-voyage {
color: #89c8d1;
}
.forsythia-blossom {
color: #f9d66c;
}
.radiant-yellow {
color: #f99b1f;
}
.ferocious-fox {
color: #e65a19;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--maiden-voyage:#89c8d1;
--forsythia-blossom:#f9d66c;
--radiant-yellow:#f99b1f;
--ferocious-fox:#e65a19;
--painted-poppy:#c84a3c;
}