Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499b9c;
}
.pearl-bay {
color: #7fc6c7;
}
.cool-crayon {
color: #b0e8e5;
}
.australian-apricot {
color: #f5c5a3;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499b9c;
--pearl-bay:#7fc6c7;
--cool-crayon:#b0e8e5;
--australian-apricot:#f5c5a3;
--meat:#f47b7b;
}