Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab0c7;
}
.sea-serpent {
color: #3dc9d6;
}
.turquoise-sea {
color: #6de0e8;
}
.smoked-ham {
color: #f5b47f;
}
.mustard-crusted-salmon {
color: #f17c41;
}
/* CSS Variables */
:root {
--lago-blue:#1ab0c7;
--sea-serpent:#3dc9d6;
--turquoise-sea:#6de0e8;
--smoked-ham:#f5b47f;
--mustard-crusted-salmon:#f17c41;
}