Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.lion-cub {
color: #f8caa5;
}
.james-blonde {
color: #f1e4b7;
}
.touch-of-turquoise {
color: #a2d2d1;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--lion-cub:#f8caa5;
--james-blonde:#f1e4b7;
--touch-of-turquoise:#a2d2d1;
--coolbox-ice-turquoise:#4d9d9b;
}