Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #50b4b1;
}
.soft-turquoise {
color: #70d7d3;
}
.freezy-breezy {
color: #9df1e3;
}
.best-of-summer {
color: #f7f3d9;
}
.peach-pearl {
color: #ffb4a3;
}
/* CSS Variables */
:root {
--crystalsong-blue:#50b4b1;
--soft-turquoise:#70d7d3;
--freezy-breezy:#9df1e3;
--best-of-summer:#f7f3d9;
--peach-pearl:#ffb4a3;
}