Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.wake-me-up {
color: #f7d259;
}
.burning-tomato {
color: #e9512f;
}
.sapling {
color: #a1c75c;
}
.turnip-boy {
color: #f1c4a2;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--wake-me-up:#f7d259;
--burning-tomato:#e9512f;
--sapling:#a1c75c;
--turnip-boy:#f1c4a2;
}