Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f5a3ae;
}
.milky-maize {
color: #f8d8a0;
}
.venetian-yellow {
color: #f8e6a0;
}
.frugal {
color: #a4d6b3;
}
.gallery-blue {
color: #9fbee5;
}
/* CSS Variables */
:root {
--simple-pink:#f5a3ae;
--milky-maize:#f8d8a0;
--venetian-yellow:#f8e6a0;
--frugal:#a4d6b3;
--gallery-blue:#9fbee5;
}