Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f1c4b1;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.light-curd {
color: #f9eac8;
}
.fresh-water {
color: #c3e1f9;
}
.hanami-pink {
color: #f5a8e6;
}
/* CSS Variables */
:root {
--peach-temptation:#f1c4b1;
--lemon-ice-yellow:#f7e3a6;
--light-curd:#f9eac8;
--fresh-water:#c3e1f9;
--hanami-pink:#f5a8e6;
}