Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5a8c8c;
}
.otter-creek {
color: #3d5c5c;
}
.far-away-grey {
color: #2d3939;
}
.tidal-foam {
color: #c1b9a4;
}
.butter-up {
color: #f3e2b9;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5a8c8c;
--otter-creek:#3d5c5c;
--far-away-grey:#2d3939;
--tidal-foam:#c1b9a4;
--butter-up:#f3e2b9;
}