Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sango-pink {
color: #f8b3af;
}
.sandy-bay {
color: #f8d6b4;
}
.golden-straw {
color: #f3ebaf;
}
.lasting-thoughts {
color: #d5e7b1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sango-pink:#f8b3af;
--sandy-bay:#f8d6b4;
--golden-straw:#f3ebaf;
--lasting-thoughts:#d5e7b1;
}