Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ab8e0;
}
.bianchi-green {
color: #3dd1c8;
}
.medium-aquamarine {
color: #67e4a6;
}
.tamarack-yellow {
color: #f4df57;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ab8e0;
--bianchi-green:#3dd1c8;
--medium-aquamarine:#67e4a6;
--tamarack-yellow:#f4df57;
--precious-persimmon:#ff7142;
}