Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a5a9;
}
.creole-cottage {
color: #e7b99c;
}
.porcelain-basin {
color: #d9cfc4;
}
.faint-clover {
color: #b3ead6;
}
.ocean-cruise {
color: #9ed3e0;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a5a9;
--creole-cottage:#e7b99c;
--porcelain-basin:#d9cfc4;
--faint-clover:#b3ead6;
--ocean-cruise:#9ed3e0;
}