Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.carolina-blue {
color: #8ab7ff;
}
.night-snow {
color: #a8d1ff;
}
.buttery-croissant {
color: #f3e49b;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--carolina-blue:#8ab7ff;
--night-snow:#a8d1ff;
--buttery-croissant:#f3e49b;
--pompelmo:#ff6b6b;
}