Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2e0f0;
}
.rustique {
color: #f9bfb4;
}
.pyrite {
color: #f7c640;
}
.gilded-leaves {
color: #e8a63b;
}
.king-crimson {
color: #c84c4c;
}
/* CSS Variables */
:root {
--break-the-ice:#b2e0f0;
--rustique:#f9bfb4;
--pyrite:#f7c640;
--gilded-leaves:#e8a63b;
--king-crimson:#c84c4c;
}