Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #fba2a2;
}
.apricot-haze {
color: #fbacac;
}
.sunday-best {
color: #fbc6c6;
}
.just-a-tease {
color: #fbd5d5;
}
.royal-wedding {
color: #fbe4e4;
}
/* CSS Variables */
:root {
--her-majesty:#fba2a2;
--apricot-haze:#fbacac;
--sunday-best:#fbc6c6;
--just-a-tease:#fbd5d5;
--royal-wedding:#fbe4e4;
}