Color names in this palette
CSS code for this palette
/* CSS */
.walker-lake {
color: #3b8bba;
}
.gondolier {
color: #59b1c5;
}
.tanager-turquoise {
color: #8dd4e7;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--walker-lake:#3b8bba;
--gondolier:#59b1c5;
--tanager-turquoise:#8dd4e7;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}