Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.azure-tide {
color: #2a9d8e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--azure-tide:#2a9d8e;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}