Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1c7e9b;
}
.waterfall {
color: #3bb0a2;
}
.tropical-tide {
color: #60d2b0;
}
.pineapple-juice {
color: #f9e87b;
}
.iceland-poppy {
color: #f28226;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1c7e9b;
--waterfall:#3bb0a2;
--tropical-tide:#60d2b0;
--pineapple-juice:#f9e87b;
--iceland-poppy:#f28226;
}