Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.almond-cream {
color: #f5c49e;
}
.orange-grove {
color: #fbaf8e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orange-soda {
color: #f95939;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--almond-cream:#f5c49e;
--orange-grove:#fbaf8e;
--grapefruit-pulp:#ff6e61;
--orange-soda:#f95939;
}