Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.rapunzel {
color: #f4d780;
}
.thatched-roof {
color: #f0e1c7;
}
.nihilakh-oxide {
color: #9ed6b2;
}
.tranquil-aqua {
color: #7a9a9f;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--rapunzel:#f4d780;
--thatched-roof:#f0e1c7;
--nihilakh-oxide:#9ed6b2;
--tranquil-aqua:#7a9a9f;
}