Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f3b9c3;
}
.canter-peach {
color: #f7d5bb;
}
.pear-sorbet {
color: #f4e8c3;
}
.whirlpool {
color: #a6d8c8;
}
.norfolk-sky {
color: #6db3e8;
}
/* CSS Variables */
:root {
--petals-unfolding:#f3b9c3;
--canter-peach:#f7d5bb;
--pear-sorbet:#f4e8c3;
--whirlpool:#a6d8c8;
--norfolk-sky:#6db3e8;
}