Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.cloud-blue {
color: #a3b8b8;
}
.meadowsweet-mist {
color: #d5e2e2;
}
.sand-dance {
color: #e0c5b8;
}
.peach-poppy {
color: #e1a8a8;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--cloud-blue:#a3b8b8;
--meadowsweet-mist:#d5e2e2;
--sand-dance:#e0c5b8;
--peach-poppy:#e1a8a8;
}