Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a1c1e8;
}
.rosy-skin {
color: #f6b879;
}
.yellow-tulip {
color: #f2d16e;
}
.bitter-orange {
color: #d8792c;
}
.candy-drop {
color: #c0596a;
}
/* CSS Variables */
:root {
--sky-high:#a1c1e8;
--rosy-skin:#f6b879;
--yellow-tulip:#f2d16e;
--bitter-orange:#d8792c;
--candy-drop:#c0596a;
}