Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c4a7;
}
.terrace-pool {
color: #a3d6e0;
}
.astroscopus-grey {
color: #b0b3b5;
}
.shoe-wax {
color: #2d2b2a;
}
.warming-heart {
color: #d14c3d;
}
/* CSS Variables */
:root {
--peach-damask:#f6c4a7;
--terrace-pool:#a3d6e0;
--astroscopus-grey:#b0b3b5;
--shoe-wax:#2d2b2a;
--warming-heart:#d14c3d;
}