Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a4;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.icy-lemonade {
color: #f7e8b1;
}
.sea-rover {
color: #a1d4e2;
}
.boat-house {
color: #4f8eba;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a4;
--enjoyable-yellow:#f6d6a7;
--icy-lemonade:#f7e8b1;
--sea-rover:#a1d4e2;
--boat-house:#4f8eba;
}