Color names in this palette
CSS code for this palette
/* CSS */
.wickford-bay {
color: #4d6a8f;
}
.bluesy-note {
color: #7f9db8;
}
.frozen-blue {
color: #a7c4dc;
}
.beige-linen {
color: #e2dac5;
}
.bee {
color: #f2b854;
}
/* CSS Variables */
:root {
--wickford-bay:#4d6a8f;
--bluesy-note:#7f9db8;
--frozen-blue:#a7c4dc;
--beige-linen:#e2dac5;
--bee:#f2b854;
}