Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1f9e93;
}
.mint-cold-green {
color: #6bb8a1;
}
.menthol-kiss {
color: #a3e0d5;
}
.patrinia-scabiosaefolia {
color: #f2f6b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fishy-house:#1f9e93;
--mint-cold-green:#6bb8a1;
--menthol-kiss:#a3e0d5;
--patrinia-scabiosaefolia:#f2f6b1;
--grapefruit-pulp:#ff6e61;
}