Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5c7d93;
}
.winsome-hue {
color: #a6d7e2;
}
.cor-de-pele {
color: #f4c3c3;
}
.lemon-bundt-cake {
color: #fef59f;
}
.welcoming-wasp {
color: #f0ac00;
}
/* CSS Variables */
:root {
--provincial-blue:#5c7d93;
--winsome-hue:#a6d7e2;
--cor-de-pele:#f4c3c3;
--lemon-bundt-cake:#fef59f;
--welcoming-wasp:#f0ac00;
}