Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.noodles {
color: #f8e1b4;
}
.filtered-forest {
color: #b8e0d2;
}
.terrace-pool {
color: #a3d6e0;
}
.blossom-tree {
color: #ffc7da;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--noodles:#f8e1b4;
--filtered-forest:#b8e0d2;
--terrace-pool:#a3d6e0;
--blossom-tree:#ffc7da;
}