Color names in this palette
CSS code for this palette
/* CSS */
.burning-tomato {
color: #ef4b2e;
}
.peach-bud {
color: #f9b1ae;
}
.golden-kiwi {
color: #f5cf38;
}
.pure-apple {
color: #6ebe46;
}
.ocean-call {
color: #2d6a8b;
}
/* CSS Variables */
:root {
--burning-tomato:#ef4b2e;
--peach-bud:#f9b1ae;
--golden-kiwi:#f5cf38;
--pure-apple:#6ebe46;
--ocean-call:#2d6a8b;
}