Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e7;
}
.distant-horizon {
color: #f1f6f9;
}
.hawaiian-shell {
color: #f2d9d9;
}
.plumeria {
color: #c4b1d3;
}
.tatarian-aster {
color: #9a6a99;
}
/* CSS Variables */
:root {
--template:#a6c7e7;
--distant-horizon:#f1f6f9;
--hawaiian-shell:#f2d9d9;
--plumeria:#c4b1d3;
--tatarian-aster:#9a6a99;
}