Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1c9cce;
}
.water-nymph {
color: #7fd4e1;
}
.distressed-white {
color: #f1e7cb;
}
.rosy-outlook {
color: #f7ab9c;
}
.roman {
color: #d75b5d;
}
/* CSS Variables */
:root {
--charybdis:#1c9cce;
--water-nymph:#7fd4e1;
--distressed-white:#f1e7cb;
--rosy-outlook:#f7ab9c;
--roman:#d75b5d;
}