Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.crystalsong-blue {
color: #4cb8b8;
}
.sovereign-red {
color: #d0253e;
}
.ginger-root-peel {
color: #f2c38c;
}
.watermelon-juice {
color: #f15b8d;
}
/* CSS Variables */
:root {
--white:#ffffff;
--crystalsong-blue:#4cb8b8;
--sovereign-red:#d0253e;
--ginger-root-peel:#f2c38c;
--watermelon-juice:#f15b8d;
}