Color names in this palette
CSS code for this palette
/* CSS */
.blue-electress {
color: #6b9cd1;
}
.yellow-cream {
color: #f1d26a;
}
.pesto-calabrese {
color: #f59a24;
}
.red-arremer {
color: #e84f4f;
}
.pink-pearl {
color: #e7a6d1;
}
/* CSS Variables */
:root {
--blue-electress:#6b9cd1;
--yellow-cream:#f1d26a;
--pesto-calabrese:#f59a24;
--red-arremer:#e84f4f;
--pink-pearl:#e7a6d1;
}