Color names in this palette
CSS code for this palette
/* CSS */
.tropical-escape {
color: #4cb8b1;
}
.soft-turquoise {
color: #6fd1d3;
}
.ice-crystal-blue {
color: #a8e6e1;
}
.distant-horizon {
color: #f0f9f8;
}
.piggy-bank {
color: #ffccbd;
}
/* CSS Variables */
:root {
--tropical-escape:#4cb8b1;
--soft-turquoise:#6fd1d3;
--ice-crystal-blue:#a8e6e1;
--distant-horizon:#f0f9f8;
--piggy-bank:#ffccbd;
}