Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a5a9;
}
.comfy-beige {
color: #e2d3b6;
}
.cream-washed {
color: #f1e0c6;
}
.folk-tales {
color: #a4c6b4;
}
.blue-heaven {
color: #5b7f9a;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a5a9;
--comfy-beige:#e2d3b6;
--cream-washed:#f1e0c6;
--folk-tales:#a4c6b4;
--blue-heaven:#5b7f9a;
}