Color names in this palette
CSS code for this palette
/* CSS */
.tibetan-temple {
color: #804d4d;
}
.victorian-mauve {
color: #b68b8b;
}
.cranapple-cream {
color: #e4c3c3;
}
.delicate-rose {
color: #f6e0d5;
}
.gold-of-midas {
color: #ffebc7;
}
/* CSS Variables */
:root {
--tibetan-temple:#804d4d;
--victorian-mauve:#b68b8b;
--cranapple-cream:#e4c3c3;
--delicate-rose:#f6e0d5;
--gold-of-midas:#ffebc7;
}