Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d4c1;
}
.pink-abalone {
color: #e8b4a1;
}
.medium-terracotta {
color: #d79f88;
}
.hitching-post {
color: #c48a68;
}
.loquat-brown {
color: #af7b4b;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d4c1;
--pink-abalone:#e8b4a1;
--medium-terracotta:#d79f88;
--hitching-post:#c48a68;
--loquat-brown:#af7b4b;
}