Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-current {
color: #006e70;
}
.emperor-s-children {
color: #f2a1b6;
}
.white {
color: #ffffff;
}
.blue-spell {
color: #3d5b6b;
}
.pink-dogwood {
color: #f5d1d2;
}
/* CSS Variables */
:root {
--caribbean-current:#006e70;
--emperor-s-children:#f2a1b6;
--white:#ffffff;
--blue-spell:#3d5b6b;
--pink-dogwood:#f5d1d2;
}