Color names in this palette
CSS code for this palette
/* CSS */
.blue-dahlia {
color: #3f5c9d;
}
.cliff-blue {
color: #5d8cbb;
}
.sea-cliff {
color: #a3c7e0;
}
.march-yellow {
color: #f0d68a;
}
.orange-zest {
color: #ef6f25;
}
/* CSS Variables */
:root {
--blue-dahlia:#3f5c9d;
--cliff-blue:#5d8cbb;
--sea-cliff:#a3c7e0;
--march-yellow:#f0d68a;
--orange-zest:#ef6f25;
}