Color names in this palette
CSS code for this palette
/* CSS */
.explorer-blue {
color: #5ba6b3;
}
.plunging-waterfall {
color: #8ed5e1;
}
.bone-white {
color: #f1e0b1;
}
.sherbet-fruit {
color: #f8c8b9;
}
.i-pink-i-can {
color: #d57b8c;
}
/* CSS Variables */
:root {
--explorer-blue:#5ba6b3;
--plunging-waterfall:#8ed5e1;
--bone-white:#f1e0b1;
--sherbet-fruit:#f8c8b9;
--i-pink-i-can:#d57b8c;
}