Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-depth {
color: #4f8c6d;
}
.beau-monde {
color: #80b3a1;
}
.ulthuan-grey {
color: #c5e2d8;
}
.pensive-pink {
color: #e9b7af;
}
.bloodthirsty-warlock {
color: #e71d3b;
}
/* CSS Variables */
:root {
--saltwater-depth:#4f8c6d;
--beau-monde:#80b3a1;
--ulthuan-grey:#c5e2d8;
--pensive-pink:#e9b7af;
--bloodthirsty-warlock:#e71d3b;
}