Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.turkish-stone {
color: #2b7a91;
}
.tropical-escape {
color: #4cb8b1;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--turkish-stone:#2b7a91;
--tropical-escape:#4cb8b1;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
}