Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.dress-up {
color: #f8c6bf;
}
.lazy-daisy {
color: #f3e7a0;
}
.pretty-petunia {
color: #d4b2e0;
}
.calabrese {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--dress-up:#f8c6bf;
--lazy-daisy:#f3e7a0;
--pretty-petunia:#d4b2e0;
--calabrese:#f2a6a6;
}