Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0d4b91;
}
.bermuda {
color: #1a7f8e;
}
.mint {
color: #3db88f;
}
.bright-lettuce {
color: #97d35f;
}
.friendly-yellow {
color: #f6e1b1;
}
/* CSS Variables */
:root {
--yale-blue:#0d4b91;
--bermuda:#1a7f8e;
--mint:#3db88f;
--bright-lettuce:#97d35f;
--friendly-yellow:#f6e1b1;
}