Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.candlewick {
color: #f2ebd4;
}
.lobaria-lichen {
color: #a3c8b6;
}
.beauty-bush {
color: #ebb9b2;
}
.vintage-coral {
color: #d68d7a;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--candlewick:#f2ebd4;
--lobaria-lichen:#a3c8b6;
--beauty-bush:#ebb9b2;
--vintage-coral:#d68d7a;
}