Color names in this palette
CSS code for this palette
/* CSS */
.honey-tone {
color: #f9d99a;
}
.solar {
color: #fbebb7;
}
.fading-rose {
color: #fbd1d0;
}
.tea-green {
color: #d1f2c0;
}
.bleached-spruce {
color: #bad8b0;
}
/* CSS Variables */
:root {
--honey-tone:#f9d99a;
--solar:#fbebb7;
--fading-rose:#fbd1d0;
--tea-green:#d1f2c0;
--bleached-spruce:#bad8b0;
}