Color names in this palette
CSS code for this palette
/* CSS */
.charted {
color: #b3cde0;
}
.candy-heart-pink {
color: #f6a2a2;
}
.marigold-dust {
color: #f4cf3e;
}
.burning-coals {
color: #f69e6f;
}
.sophisticated-lilac {
color: #946b8a;
}
/* CSS Variables */
:root {
--charted:#b3cde0;
--candy-heart-pink:#f6a2a2;
--marigold-dust:#f4cf3e;
--burning-coals:#f69e6f;
--sophisticated-lilac:#946b8a;
}