Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f1e8f8;
}
.party-hat {
color: #c8c4e4;
}
.evening-slipper {
color: #a89fc1;
}
.twilight-twinkle {
color: #7b7fc6;
}
.bio-blue {
color: #495a9c;
}
/* CSS Variables */
:root {
--perfume-haze:#f1e8f8;
--party-hat:#c8c4e4;
--evening-slipper:#a89fc1;
--twilight-twinkle:#7b7fc6;
--bio-blue:#495a9c;
}