Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1c6f9c;
}
.blue-raspberry-seed {
color: #3ca7c8;
}
.terrace-pool {
color: #a3d7e0;
}
.lemonade-stand {
color: #f6c73c;
}
.hot-embers {
color: #f25b36;
}
/* CSS Variables */
:root {
--jazz-blue:#1c6f9c;
--blue-raspberry-seed:#3ca7c8;
--terrace-pool:#a3d7e0;
--lemonade-stand:#f6c73c;
--hot-embers:#f25b36;
}