Color names in this palette
CSS code for this palette
/* CSS */
.deathclaw-brown {
color: #b66954;
}
.peach-bloom {
color: #d79c79;
}
.eggshell-paper {
color: #e3bda1;
}
.porcelain-pink {
color: #ead8b8;
}
.almond-latte {
color: #d7c2a3;
}
/* CSS Variables */
:root {
--deathclaw-brown:#b66954;
--peach-bloom:#d79c79;
--eggshell-paper:#e3bda1;
--porcelain-pink:#ead8b8;
--almond-latte:#d7c2a3;
}