Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f8a3a0;
}
.hinoki {
color: #f7dcb6;
}
.menoth-white-base {
color: #f3e9b9;
}
.fringy-flower {
color: #b5e3b8;
}
.ocean-cruise {
color: #9ed4e0;
}
/* CSS Variables */
:root {
--candlelight-peach:#f8a3a0;
--hinoki:#f7dcb6;
--menoth-white-base:#f3e9b9;
--fringy-flower:#b5e3b8;
--ocean-cruise:#9ed4e0;
}