Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c6;
}
.lavender-soap {
color: #f3b9e6;
}
.icicle-veil {
color: #d8e5f3;
}
.artesian-pool {
color: #a3c2e0;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c6;
--lavender-soap:#f3b9e6;
--icicle-veil:#d8e5f3;
--artesian-pool:#a3c2e0;
--cherry-blossom-pink:#ffb3c6;
}