Color names in this palette
CSS code for this palette
/* CSS */
.clay-pipe {
color: #d8c9b6;
}
.terra-tone {
color: #b5696b;
}
.roan-rouge {
color: #8c4f56;
}
.dark-taupe {
color: #493c3e;
}
.night-rose {
color: #b37d7a;
}
/* CSS Variables */
:root {
--clay-pipe:#d8c9b6;
--terra-tone:#b5696b;
--roan-rouge:#8c4f56;
--dark-taupe:#493c3e;
--night-rose:#b37d7a;
}