Color names in this palette
CSS code for this palette
/* CSS */
.foamy-surf {
color: #b2d6e0;
}
.blue-electress {
color: #6b9cd1;
}
.calabrese {
color: #f1a8a2;
}
.pink-lady {
color: #f2d6b5;
}
.tamale-maize {
color: #f7e7b6;
}
/* CSS Variables */
:root {
--foamy-surf:#b2d6e0;
--blue-electress:#6b9cd1;
--calabrese:#f1a8a2;
--pink-lady:#f2d6b5;
--tamale-maize:#f7e7b6;
}