Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a3b4;
}
.orange-chiffon {
color: #fbae7e;
}
.lighthouse-glow {
color: #f6d36a;
}
.eerie-glow {
color: #a7d7ba;
}
.candid-blue {
color: #6dc5e8;
}
/* CSS Variables */
:root {
--pink-fit:#f5a3b4;
--orange-chiffon:#fbae7e;
--lighthouse-glow:#f6d36a;
--eerie-glow:#a7d7ba;
--candid-blue:#6dc5e8;
}