Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.sunny-mood {
color: #f5c84d;
}
.sun-dust {
color: #f4e0a4;
}
.fair-aqua {
color: #b4e4d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--sunny-mood:#f5c84d;
--sun-dust:#f4e0a4;
--fair-aqua:#b4e4d8;
--grapefruit-pulp:#ff6e61;
}