Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.apricot-jam {
color: #f2a76e;
}
.squash-blossom {
color: #f6b23c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--apricot-jam:#f2a76e;
--squash-blossom:#f6b23c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}