Color names in this palette
CSS code for this palette
/* CSS */
.arcala-green {
color: #396a44;
}
.holiday-camp {
color: #6d9c7d;
}
.whirlpool-green {
color: #a8d1c4;
}
.perfect-days {
color: #4b9eec;
}
.taos-turquoise {
color: #298988;
}
/* CSS Variables */
:root {
--arcala-green:#396a44;
--holiday-camp:#6d9c7d;
--whirlpool-green:#a8d1c4;
--perfect-days:#4b9eec;
--taos-turquoise:#298988;
}