Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2a2e6f;
}
.woad-blue {
color: #5a7dba;
}
.island-light {
color: #a6c6ed;
}
.carla {
color: #f3f9c8;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--blue-rose:#2a2e6f;
--woad-blue:#5a7dba;
--island-light:#a6c6ed;
--carla:#f3f9c8;
--dodgeroll-gold:#f39c12;
}