Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f8e8c;
}
.smooth-satin {
color: #a2d8d2;
}
.laundry-white {
color: #f6f7f2;
}
.xanthous {
color: #f2b531;
}
.crab-curry {
color: #d94d26;
}
/* CSS Variables */
:root {
--ocean-liner:#1f8e8c;
--smooth-satin:#a2d8d2;
--laundry-white:#f6f7f2;
--xanthous:#f2b531;
--crab-curry:#d94d26;
}