Color names in this palette
CSS code for this palette
/* CSS */
.cotton-boll {
color: #e9ecfb;
}
.sea-cliff {
color: #a3c7e0;
}
.cerulean-frost {
color: #6e9cc4;
}
.changeling-pink {
color: #f1b1cf;
}
.rubber-radish {
color: #ff99a1;
}
/* CSS Variables */
:root {
--cotton-boll:#e9ecfb;
--sea-cliff:#a3c7e0;
--cerulean-frost:#6e9cc4;
--changeling-pink:#f1b1cf;
--rubber-radish:#ff99a1;
}