Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3a5e9c;
}
.woad-blue {
color: #5b7fb9;
}
.innocent-blue {
color: #8db2d3;
}
.break-the-ice {
color: #b2e0f0;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--raftsman:#3a5e9c;
--woad-blue:#5b7fb9;
--innocent-blue:#8db2d3;
--break-the-ice:#b2e0f0;
--sunny-mood:#f7c94b;
}