Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b9fd8;
}
.tropic-tide {
color: #67c1b9;
}
.gilded {
color: #f2df50;
}
.ballet-cream {
color: #ff7f5c;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--dayflower:#3b9fd8;
--tropic-tide:#67c1b9;
--gilded:#f2df50;
--ballet-cream:#ff7f5c;
--bacon-strips:#e13e33;
}