Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffb1ad;
}
.prettiest-pink {
color: #e3a5c6;
}
.template {
color: #a6c7e7;
}
.noodles {
color: #f9e3b4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffb1ad;
--prettiest-pink:#e3a5c6;
--template:#a6c7e7;
--noodles:#f9e3b4;
--apricot-glazed-chicken:#f5a524;
}