Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f3c4b4;
}
.sun-dust {
color: #f6e1a2;
}
.eerie-glow {
color: #a7d7b8;
}
.breezy-blue {
color: #badae3;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--peach-temptation:#f3c4b4;
--sun-dust:#f6e1a2;
--eerie-glow:#a7d7b8;
--breezy-blue:#badae3;
--precious-pink:#f9b4b4;
}