Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1b6d8d;
}
.blue-raspberry-seed {
color: #3c9ec8;
}
.watercourse {
color: #57c7e0;
}
.storm-lightning {
color: #f8e79b;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--bondi:#1b6d8d;
--blue-raspberry-seed:#3c9ec8;
--watercourse:#57c7e0;
--storm-lightning:#f8e79b;
--precious-pink:#f9b4b4;
}