Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4991d4;
}
.bliss-blue {
color: #7bc7e0;
}
.terrace-pool {
color: #9fd8e0;
}
.bright-khaki {
color: #f3e78c;
}
.trump-tan {
color: #f6a76a;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4991d4;
--bliss-blue:#7bc7e0;
--terrace-pool:#9fd8e0;
--bright-khaki:#f3e78c;
--trump-tan:#f6a76a;
}