Color names in this palette
CSS code for this palette
/* CSS */
.crown-jewels {
color: #9969b0;
}
.colombo-red-mauve {
color: #b77bb3;
}
.chateau-rose {
color: #d9a1d4;
}
.pink-heath {
color: #f2bae1;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--crown-jewels:#9969b0;
--colombo-red-mauve:#b77bb3;
--chateau-rose:#d9a1d4;
--pink-heath:#f2bae1;
--blush-hour:#ff7094;
}