Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f2b1d1;
}
.pismo-dunes {
color: #f5d4a3;
}
.fine-blue {
color: #b7e1e1;
}
.island-light {
color: #a7c7e7;
}
.romantic-morning {
color: #e1b4e4;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f2b1d1;
--pismo-dunes:#f5d4a3;
--fine-blue:#b7e1e1;
--island-light:#a7c7e7;
--romantic-morning:#e1b4e4;
}