Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f898c;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.applesauce {
color: #f8d79b;
}
.sandy-brown {
color: #f2a65f;
}
/* CSS Variables */
:root {
--steel-teal:#5f898c;
--kingfisher-turquoise:#7fb8b4;
--frosty-soft-blue:#b2e0e0;
--applesauce:#f8d79b;
--sandy-brown:#f2a65f;
}