Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-raspberry-seed {
color: #40a3c4;
}
.baharroth-blue {
color: #5bc6c8;
}
.lime-lizard {
color: #a1d75b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-raspberry-seed:#40a3c4;
--baharroth-blue:#5bc6c8;
--lime-lizard:#a1d75b;
--creamy-sweet-corn:#f9c54e;
}