Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-dusk {
color: #8c9cb1;
}
.alley {
color: #b6c6d8;
}
.lauren-s-surprise {
color: #d5e4e7;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
.pink-booties {
color: #f0e0e5;
}
/* CSS Variables */
:root {
--periwinkle-dusk:#8c9cb1;
--alley:#b6c6d8;
--lauren-s-surprise:#d5e4e7;
--zh-n-zh-b-i-pearl:#f5f9fa;
--pink-booties:#f0e0e5;
}