Color names in this palette
CSS code for this palette
/* CSS */
.lick-and-kiss {
color: #f25a7b;
}
.vitamin-c {
color: #ff9900;
}
.angel-s-trumpet {
color: #f2e03a;
}
.island-breeze {
color: #8ed7d1;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--lick-and-kiss:#f25a7b;
--vitamin-c:#ff9900;
--angel-s-trumpet:#f2e03a;
--island-breeze:#8ed7d1;
--dirty-blue:#407f9c;
}