Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a6d8ed;
}
.mandys-pink {
color: #f4b79f;
}
.durango-dust {
color: #f9e19f;
}
.allspice {
color: #f7cbab;
}
.folk-tale {
color: #b0e3c0;
}
/* CSS Variables */
:root {
--blue-bubble:#a6d8ed;
--mandys-pink:#f4b79f;
--durango-dust:#f9e19f;
--allspice:#f7cbab;
--folk-tale:#b0e3c0;
}