Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8b9f;
}
.mountain-range-blue {
color: #4fb7c9;
}
.cold-blue {
color: #83e0e2;
}
.dairy-made {
color: #f1b641;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--waikiki:#1e8b9f;
--mountain-range-blue:#4fb7c9;
--cold-blue:#83e0e2;
--dairy-made:#f1b641;
--vampire-red:#d63f2e;
}