Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #50b4b2;
}
.surf-wash {
color: #84d2c7;
}
.ice-crystal-blue {
color: #a6e3e2;
}
.peaceful-rain {
color: #f1f8f4;
}
.peach-pink {
color: #ff998a;
}
/* CSS Variables */
:root {
--crystalsong-blue:#50b4b2;
--surf-wash:#84d2c7;
--ice-crystal-blue:#a6e3e2;
--peaceful-rain:#f1f8f4;
--peach-pink:#ff998a;
}