Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d8544f;
}
.lively-coral {
color: #e57d7b;
}
.mesa-rose {
color: #efb1ae;
}
.coral-bisque {
color: #f8c4af;
}
.translucent-silk {
color: #ffe8e0;
}
/* CSS Variables */
:root {
--capocollo:#d8544f;
--lively-coral:#e57d7b;
--mesa-rose:#efb1ae;
--coral-bisque:#f8c4af;
--translucent-silk:#ffe8e0;
}