Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #3b9b58;
}
.bilious-green {
color: #a7d86e;
}
.barley-white {
color: #f6e4b6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--chateau-green:#3b9b58;
--bilious-green:#a7d86e;
--barley-white:#f6e4b6;
--apricot-glazed-chicken:#f5a524;
--natural-candy-pink:#e57179;
}