Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1a8;
}
.peach-patch {
color: #f4d69f;
}
.bright-khaki {
color: #f3e98c;
}
.turquoise-tower {
color: #a7e2c9;
}
.blue-electress {
color: #6da0d0;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1a8;
--peach-patch:#f4d69f;
--bright-khaki:#f3e98c;
--turquoise-tower:#a7e2c9;
--blue-electress:#6da0d0;
}