Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azure-tide {
color: #2a9d90;
}
.quilt-gold {
color: #e8c468;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azure-tide:#2a9d90;
--quilt-gold:#e8c468;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}