Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1f4c8e;
}
.windsurfing {
color: #3c6e9a;
}
.empire-blue {
color: #5d93b6;
}
.sky-babe {
color: #84c1d7;
}
.just-blush {
color: #f7b5a6;
}
/* CSS Variables */
:root {
--sweat-bee:#1f4c8e;
--windsurfing:#3c6e9a;
--empire-blue:#5d93b6;
--sky-babe:#84c1d7;
--just-blush:#f7b5a6;
}