Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f49fa2;
}
.orange-chiffon {
color: #f7b07e;
}
.spring-yellow {
color: #f4e47b;
}
.basil-smash {
color: #b8e2a2;
}
.norfolk-sky {
color: #6eb4f2;
}
/* CSS Variables */
:root {
--plum-blossom:#f49fa2;
--orange-chiffon:#f7b07e;
--spring-yellow:#f4e47b;
--basil-smash:#b8e2a2;
--norfolk-sky:#6eb4f2;
}