Color names in this palette
CSS code for this palette
/* CSS */
.american-green {
color: #3cb93c;
}
.spring-bouquet {
color: #6ed881;
}
.dead-99 {
color: #9de2b0;
}
.vanilla-pudding {
color: #f8e36d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--american-green:#3cb93c;
--spring-bouquet:#6ed881;
--dead-99:#9de2b0;
--vanilla-pudding:#f8e36d;
--apricot-glazed-chicken:#f5a524;
}