Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-confection {
color: #f3bfc7;
}
.lemon-meringue {
color: #f5df99;
}
.madang {
color: #b6e8a6;
}
.norfolk-sky {
color: #6ebfe7;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--strawberry-confection:#f3bfc7;
--lemon-meringue:#f5df99;
--madang:#b6e8a6;
--norfolk-sky:#6ebfe7;
--sun-orange:#f47b1f;
}