Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.lady-banksia {
color: #fce6a6;
}
.midwinter-mist {
color: #a2d4d8;
}
.grand-rapids {
color: #3d6f7f;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--puff-pastry-yellow:#fbcc8e;
--lady-banksia:#fce6a6;
--midwinter-mist:#a2d4d8;
--grand-rapids:#3d6f7f;
}