Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.mountain-lake-azure {
color: #4eb7a3;
}
.aqua-wish {
color: #a1e2d2;
}
.shrimp-toast {
color: #f6c8a2;
}
.field-poppy {
color: #d66e3d;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--mountain-lake-azure:#4eb7a3;
--aqua-wish:#a1e2d2;
--shrimp-toast:#f6c8a2;
--field-poppy:#d66e3d;
}