Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8c94;
}
.sea-serpent {
color: #4dc2d1;
}
.island-paradise {
color: #8be0e5;
}
.old-laser-lemon {
color: #fcf76e;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--river-fountain:#1e8c94;
--sea-serpent:#4dc2d1;
--island-paradise:#8be0e5;
--old-laser-lemon:#fcf76e;
--breeze-of-chilli:#f76e6e;
}