Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-pink {
color: #ebd8b7;
}
.vespa-yellow {
color: #f4d19f;
}
.whisky-sour {
color: #f0a92d;
}
.wet-coral {
color: #d15c4d;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--porcelain-pink:#ebd8b7;
--vespa-yellow:#f4d19f;
--whisky-sour:#f0a92d;
--wet-coral:#d15c4d;
--purple-orchid:#a84d89;
}