Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8db8;
}
.dragonfly-blue {
color: #41a9c8;
}
.water-nymph {
color: #7fd4e1;
}
.ice-crystal-blue {
color: #a9e4e5;
}
.english-rose {
color: #f7c5c5;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8db8;
--dragonfly-blue:#41a9c8;
--water-nymph:#7fd4e1;
--ice-crystal-blue:#a9e4e5;
--english-rose:#f7c5c5;
}