Color names in this palette
CSS code for this palette
/* CSS */
.parisian-green {
color: #6c9d3f;
}
.android-green {
color: #a5c639;
}
.lettuce-alone {
color: #d1e0a3;
}
.casino-lights {
color: #f6f1b1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--parisian-green:#6c9d3f;
--android-green:#a5c639;
--lettuce-alone:#d1e0a3;
--casino-lights:#f6f1b1;
--apricot-glazed-chicken:#f5a524;
}