Color names in this palette
CSS code for this palette
/* CSS */
.art-house-pink {
color: #c56f6d;
}
.medium-terracotta {
color: #d99c8c;
}
.warming-peach {
color: #e3b8a1;
}
.dreamsicle {
color: #f4d4c3;
}
.peach-rose {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--art-house-pink:#c56f6d;
--medium-terracotta:#d99c8c;
--warming-peach:#e3b8a1;
--dreamsicle:#f4d4c3;
--peach-rose:#f6e2d5;
}