Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8d93;
}
.green-grapple {
color: #3cb4b2;
}
.soft-turquoise {
color: #70d7d1;
}
.yellow-bird {
color: #f4ca7b;
}
.ardent-coral {
color: #e87469;
}
/* CSS Variables */
:root {
--river-fountain:#1f8d93;
--green-grapple:#3cb4b2;
--soft-turquoise:#70d7d1;
--yellow-bird:#f4ca7b;
--ardent-coral:#e87469;
}