Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f1e8f8;
}
.foggy-love {
color: #d1c3e9;
}
.lavender-phlox {
color: #a8b2e1;
}
.blue-electress {
color: #6b9cd1;
}
.magical-merlin {
color: #3b8cd8;
}
/* CSS Variables */
:root {
--perfume-haze:#f1e8f8;
--foggy-love:#d1c3e9;
--lavender-phlox:#a8b2e1;
--blue-electress:#6b9cd1;
--magical-merlin:#3b8cd8;
}