Color names in this palette
CSS code for this palette
/* CSS */
.scallywag {
color: #e5d7bd;
}
.fake-blonde {
color: #f0e6c1;
}
.alhambra-cream {
color: #f8f2e2;
}
.warming-peach {
color: #e3b8a1;
}
.silk-ribbon {
color: #c76b8e;
}
/* CSS Variables */
:root {
--scallywag:#e5d7bd;
--fake-blonde:#f0e6c1;
--alhambra-cream:#f8f2e2;
--warming-peach:#e3b8a1;
--silk-ribbon:#c76b8e;
}