Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.crystalsong-blue {
color: #4fb5b5;
}
.cold-blue {
color: #85e0e0;
}
.welcoming-wasp {
color: #f0a800;
}
.tomato-bisque {
color: #d75b19;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--crystalsong-blue:#4fb5b5;
--cold-blue:#85e0e0;
--welcoming-wasp:#f0a800;
--tomato-bisque:#d75b19;
}