Color names in this palette
CSS code for this palette
/* CSS */
.turkish-stone {
color: #2b7a91;
}
.aztec-sky {
color: #4bb4d8;
}
.poseidon-jr {
color: #6de8f3;
}
.shrimp-cocktail {
color: #f4a462;
}
.consumed-by-fire {
color: #f27c1c;
}
/* CSS Variables */
:root {
--turkish-stone:#2b7a91;
--aztec-sky:#4bb4d8;
--poseidon-jr:#6de8f3;
--shrimp-cocktail:#f4a462;
--consumed-by-fire:#f27c1c;
}