Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-raspberry-seed {
color: #3ca7c8;
}
.pluviophile {
color: #5fd3e3;
}
.oasis-stream {
color: #a1e8d5;
}
.yellow-chalk {
color: #f4ffb3;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-raspberry-seed:#3ca7c8;
--pluviophile:#5fd3e3;
--oasis-stream:#a1e8d5;
--yellow-chalk:#f4ffb3;
}