Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d4c1;
}
.blushing-apricot {
color: #f9b9a4;
}
.breeze-of-chilli {
color: #f46c6c;
}
.cosmetic-red {
color: #a85d78;
}
.meteorite {
color: #4c3b6d;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d4c1;
--blushing-apricot:#f9b9a4;
--breeze-of-chilli:#f46c6c;
--cosmetic-red:#a85d78;
--meteorite:#4c3b6d;
}