Color names in this palette
CSS code for this palette
/* CSS */
.peasful-mint {
color: #bff3c7;
}
.paper-tiger {
color: #fdf4af;
}
.romantic-morn {
color: #fcd5ca;
}
.morning-sunlight {
color: #feefcd;
}
.cold-blooded {
color: #bef4f0;
}
/* CSS Variables */
:root {
--peasful-mint:#bff3c7;
--paper-tiger:#fdf4af;
--romantic-morn:#fcd5ca;
--morning-sunlight:#feefcd;
--cold-blooded:#bef4f0;
}