Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499c9c;
}
.urnebes-beige {
color: #ffecc2;
}
.natural-orchestra {
color: #4f9c7a;
}
.lynx-white {
color: #f7f7f7;
}
.suntan {
color: #d8b39d;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499c9c;
--urnebes-beige:#ffecc2;
--natural-orchestra:#4f9c7a;
--lynx-white:#f7f7f7;
--suntan:#d8b39d;
}