Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.pressed-flower {
color: #d68fbc;
}
.radiant-orchid {
color: #a85d9b;
}
.palace-purple {
color: #6b3f78;
}
.jakarta-skyline {
color: #3d2a5b;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--pressed-flower:#d68fbc;
--radiant-orchid:#a85d9b;
--palace-purple:#6b3f78;
--jakarta-skyline:#3d2a5b;
}