Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c84c4c;
}
.cottage-rose {
color: #d9ab9b;
}
.rose-linen {
color: #e8b2a1;
}
.heirloom {
color: #b67d6d;
}
.novelle-peach {
color: #e5c6b3;
}
/* CSS Variables */
:root {
--king-crimson:#c84c4c;
--cottage-rose:#d9ab9b;
--rose-linen:#e8b2a1;
--heirloom:#b67d6d;
--novelle-peach:#e5c6b3;
}