Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b4a4;
}
.wickerware {
color: #fce4b0;
}
.pink-lady {
color: #f2d7b5;
}
.light-budgie-blue {
color: #a1d6e8;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--just-blush:#f9b4a4;
--wickerware:#fce4b0;
--pink-lady:#f2d7b5;
--light-budgie-blue:#a1d6e8;
--sea-cliff:#a3c7e0;
}