Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b2d1;
}
.blue-martina {
color: #1ed2c6;
}
.sparkling-mint {
color: #a3e0d3;
}
.shrimp-cocktail {
color: #f4a462;
}
.rose-fusion {
color: #f76a55;
}
/* CSS Variables */
:root {
--iris-blue:#00b2d1;
--blue-martina:#1ed2c6;
--sparkling-mint:#a3e0d3;
--shrimp-cocktail:#f4a462;
--rose-fusion:#f76a55;
}