Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1f5a8e;
}
.clean-pool {
color: #50c2f7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--sapphire-lace:#1f5a8e;
--clean-pool:#50c2f7;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
}