Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.merry-pink {
color: #e8c9d9;
}
.hydrangea-pink {
color: #e9b9c7;
}
.happy-piglets {
color: #f8c9c9;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--zh-n-zh-b-i-pearl:#f6f8f9;
--merry-pink:#e8c9d9;
--hydrangea-pink:#e9b9c7;
--happy-piglets:#f8c9c9;
}