Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497c92;
}
.skyward {
color: #a6c2c9;
}
.beachcomber {
color: #d8e3e4;
}
.antique-cameo {
color: #f0b5a3;
}
.texas-longhorn {
color: #e18c3d;
}
/* CSS Variables */
:root {
--coelin-blue:#497c92;
--skyward:#a6c2c9;
--beachcomber:#d8e3e4;
--antique-cameo:#f0b5a3;
--texas-longhorn:#e18c3d;
}