Color names in this palette
CSS code for this palette
/* CSS */
.happy-piglets {
color: #f7caca;
}
.milky-maize {
color: #f9d69f;
}
.banana-yogurt {
color: #f9e8b4;
}
.terrace-pool {
color: #a1d7e3;
}
.blue-promise {
color: #709ec2;
}
/* CSS Variables */
:root {
--happy-piglets:#f7caca;
--milky-maize:#f9d69f;
--banana-yogurt:#f9e8b4;
--terrace-pool:#a1d7e3;
--blue-promise:#709ec2;
}