Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f36d6d;
}
.ginger-milk {
color: #f9a658;
}
.mocha-dandelion {
color: #f3d86d;
}
.island-breeze {
color: #8ed7d1;
}
.united-nations-blue {
color: #5a93e2;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f36d6d;
--ginger-milk:#f9a658;
--mocha-dandelion:#f3d86d;
--island-breeze:#8ed7d1;
--united-nations-blue:#5a93e2;
}