Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a6bfe2;
}
.french-vanilla {
color: #f1e1a7;
}
.smoked-ham {
color: #f0b67f;
}
.dolomite-red {
color: #c27a9f;
}
.strong-iris {
color: #5e5b80;
}
/* CSS Variables */
:root {
--artesian-pool:#a6bfe2;
--french-vanilla:#f1e1a7;
--smoked-ham:#f0b67f;
--dolomite-red:#c27a9f;
--strong-iris:#5e5b80;
}