Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.trump-tan {
color: #f6a76a;
}
.forsythia-blossom {
color: #f9d66c;
}
.khaki-core {
color: #f9e6ae;
}
.dreamsicle {
color: #f6d6c1;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--trump-tan:#f6a76a;
--forsythia-blossom:#f9d66c;
--khaki-core:#f9e6ae;
--dreamsicle:#f6d6c1;
}