Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f9a19f;
}
.applesauce {
color: #f9d69a;
}
.french-vanilla {
color: #f1e1a7;
}
.vic-20-green {
color: #8cde90;
}
.perfect-days {
color: #4ba4f1;
}
/* CSS Variables */
:root {
--candlelight-peach:#f9a19f;
--applesauce:#f9d69a;
--french-vanilla:#f1e1a7;
--vic-20-green:#8cde90;
--perfect-days:#4ba4f1;
}