Color names in this palette
CSS code for this palette
/* CSS */
.wax-flower {
color: #f0b4a3;
}
.satin-latour {
color: #f9d9ae;
}
.easy-on-the-eyes {
color: #f9ecb4;
}
.flower-stem {
color: #b8d7b2;
}
.deluxe-days {
color: #8bc7e5;
}
/* CSS Variables */
:root {
--wax-flower:#f0b4a3;
--satin-latour:#f9d9ae;
--easy-on-the-eyes:#f9ecb4;
--flower-stem:#b8d7b2;
--deluxe-days:#8bc7e5;
}