Color names in this palette
CSS code for this palette
/* CSS */
.hush-a-bye {
color: #4f9cba;
}
.sky-of-ocean {
color: #85d2e5;
}
.crystal-river {
color: #b1e3f1;
}
.prism-pink {
color: #f0a3c3;
}
.zing {
color: #fcc17e;
}
/* CSS Variables */
:root {
--hush-a-bye:#4f9cba;
--sky-of-ocean:#85d2e5;
--crystal-river:#b1e3f1;
--prism-pink:#f0a3c3;
--zing:#fcc17e;
}