Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d2;
}
.first-date {
color: #f4b69f;
}
.invigorating {
color: #f2e9b5;
}
.shrimp-cocktail {
color: #f4a462;
}
.silken-raspberry {
color: #a77b8e;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d2;
--first-date:#f4b69f;
--invigorating:#f2e9b5;
--shrimp-cocktail:#f4a462;
--silken-raspberry:#a77b8e;
}