Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0d4b91;
}
.mykonos {
color: #3b7dba;
}
.life-force {
color: #73b2e2;
}
.blizzard-blue {
color: #a1e1f2;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--yale-blue:#0d4b91;
--mykonos:#3b7dba;
--life-force:#73b2e2;
--blizzard-blue:#a1e1f2;
--chef-s-hat:#f2f6f7;
}