Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.ginger-milk {
color: #f9a658;
}
.quiche-lorraine {
color: #fbd66f;
}
.fresh-cut-grass {
color: #93d47d;
}
.xavier-blue {
color: #69b4e2;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--ginger-milk:#f9a658;
--quiche-lorraine:#fbd66f;
--fresh-cut-grass:#93d47d;
--xavier-blue:#69b4e2;
}