Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f7a1a5;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.lemon-pound-cake {
color: #ffdd94;
}
.whisper-yellow {
color: #ffe6b8;
}
.cruise {
color: #b7e1d6;
}
/* CSS Variables */
:root {
--her-majesty:#f7a1a5;
--wildflower-bouquet:#ffb3b3;
--lemon-pound-cake:#ffdd94;
--whisper-yellow:#ffe6b8;
--cruise:#b7e1d6;
}