Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.golden-hour {
color: #f3b058;
}
.summer-s-heat {
color: #f6e598;
}
.broken-blue {
color: #6eb5f7;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--golden-hour:#f3b058;
--summer-s-heat:#f6e598;
--broken-blue:#6eb5f7;
--lake-green:#2e8a56;
}