Color names in this palette
CSS code for this palette
/* CSS */
.misty-mountains {
color: #bfd2e8;
}
.iced-vovo {
color: #e3a5b4;
}
.popcorn {
color: #f7cf78;
}
.american-yellow {
color: #f5b400;
}
.painted-poppy {
color: #c94e3b;
}
/* CSS Variables */
:root {
--misty-mountains:#bfd2e8;
--iced-vovo:#e3a5b4;
--popcorn:#f7cf78;
--american-yellow:#f5b400;
--painted-poppy:#c94e3b;
}