Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #389ae0;
}
.nancy {
color: #5cb8e6;
}
.kul-sharif-blue {
color: #8ed1f6;
}
.squash-blossom {
color: #f6b83c;
}
.chilean-fire {
color: #d55f34;
}
/* CSS Variables */
:root {
--dayflower:#389ae0;
--nancy:#5cb8e6;
--kul-sharif-blue:#8ed1f6;
--squash-blossom:#f6b83c;
--chilean-fire:#d55f34;
}