Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5fb1bf;
}
.chinook {
color: #9dd7a9;
}
.invigorating {
color: #f1e9b6;
}
.asagi-yellow {
color: #f8ba7c;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--finnish-fiord:#5fb1bf;
--chinook:#9dd7a9;
--invigorating:#f1e9b6;
--asagi-yellow:#f8ba7c;
--highlighter-pink:#e65b7b;
}