Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a5a9;
}
.ocean-kiss {
color: #a4c6c4;
}
.maizena {
color: #f6ec60;
}
.solar-power {
color: #f2b036;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a5a9;
--ocean-kiss:#a4c6c4;
--maizena:#f6ec60;
--solar-power:#f2b036;
--porcelain-rose:#e76a6a;
}