Color names in this palette
CSS code for this palette
/* CSS */
.frosted-tulip {
color: #f6d9d5;
}
.pink-chalk {
color: #f4a4bf;
}
.blush-essence {
color: #d08bda;
}
.cobalite {
color: #a98fff;
}
.greek-sea {
color: #7a9aeb;
}
/* CSS Variables */
:root {
--frosted-tulip:#f6d9d5;
--pink-chalk:#f4a4bf;
--blush-essence:#d08bda;
--cobalite:#a98fff;
--greek-sea:#7a9aeb;
}