Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.chinese-porcelain {
color: #3b6281;
}
.squash-blossom {
color: #f6b83c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--chinese-porcelain:#3b6281;
--squash-blossom:#f6b83c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}