Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.cup-noodles {
color: #fddd7c;
}
.crystal-green {
color: #a1d57b;
}
.coolbox-ice-turquoise {
color: #4c9e9e;
}
.tory-blue {
color: #3b4f8c;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--cup-noodles:#fddd7c;
--crystal-green:#a1d57b;
--coolbox-ice-turquoise:#4c9e9e;
--tory-blue:#3b4f8c;
}