Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499c9b;
}
.tropic-tide {
color: #6fc3b9;
}
.botanical-tint {
color: #a5e3d7;
}
.heavy-sugar {
color: #eef6f0;
}
.creamy-orange-blush {
color: #ff9c7a;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499c9b;
--tropic-tide:#6fc3b9;
--botanical-tint:#a5e3d7;
--heavy-sugar:#eef6f0;
--creamy-orange-blush:#ff9c7a;
}