Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c6;
}
.carnation-bouquet {
color: #f6c1d1;
}
.infatuation {
color: #efd7ea;
}
.foamy-surf {
color: #b3d4e0;
}
.midwinter-mist {
color: #a4d8da;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c6;
--carnation-bouquet:#f6c1d1;
--infatuation:#efd7ea;
--foamy-surf:#b3d4e0;
--midwinter-mist:#a4d8da;
}