Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3d8a8a;
}
.sea-life {
color: #5bc2c2;
}
.island-paradise {
color: #8ee6e6;
}
.bright-khaki {
color: #f3e78c;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--royal-palm:#3d8a8a;
--sea-life:#5bc2c2;
--island-paradise:#8ee6e6;
--bright-khaki:#f3e78c;
--blue-angels-yellow:#fab700;
}