Color names in this palette
CSS code for this palette
/* CSS */
.blue-electress {
color: #6b9cd1;
}
.sea-cliff {
color: #a3c7e0;
}
.garbanzo-bean {
color: #f0d5a3;
}
.mandys-pink {
color: #f4b79f;
}
.red-arremer {
color: #e24b4b;
}
/* CSS Variables */
:root {
--blue-electress:#6b9cd1;
--sea-cliff:#a3c7e0;
--garbanzo-bean:#f0d5a3;
--mandys-pink:#f4b79f;
--red-arremer:#e24b4b;
}