Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.bachelor-button {
color: #4dbcdb;
}
.turkish-turquoise {
color: #76e5e5;
}
.dairy-made {
color: #f5b53d;
}
.spicy-orange {
color: #d8492c;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--bachelor-button:#4dbcdb;
--turkish-turquoise:#76e5e5;
--dairy-made:#f5b53d;
--spicy-orange:#d8492c;
}