Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-juice {
color: #f6e579;
}
.soft-straw {
color: #f5d27f;
}
.sunday-afternoon {
color: #f4c47b;
}
.sunburst {
color: #f3b87c;
}
.coral-silk {
color: #f2a67d;
}
/* CSS Variables */
:root {
--pineapple-juice:#f6e579;
--soft-straw:#f5d27f;
--sunday-afternoon:#f4c47b;
--sunburst:#f3b87c;
--coral-silk:#f2a67d;
}