Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2b2b73;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
.carriage-ride {
color: #8e8fc2;
}
.farm-straw {
color: #d1b24d;
}
.wilted-brown {
color: #a94d3d;
}
/* CSS Variables */
:root {
--blue-rose:#2b2b73;
--yu-gu-ng-l-n-moonlight:#595ca6;
--carriage-ride:#8e8fc2;
--farm-straw:#d1b24d;
--wilted-brown:#a94d3d;
}