Color names in this palette
CSS code for this palette
/* CSS */
.rose-pottery {
color: #d1a29f;
}
.mystic-tulip {
color: #f7b5a1;
}
.peach-yellow {
color: #f9dfae;
}
.sandy {
color: #f0d97a;
}
.artesian-well {
color: #5db6a9;
}
/* CSS Variables */
:root {
--rose-pottery:#d1a29f;
--mystic-tulip:#f7b5a1;
--peach-yellow:#f9dfae;
--sandy:#f0d97a;
--artesian-well:#5db6a9;
}