Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3b5e9b;
}
.glaucous {
color: #5e82b5;
}
.blue-bell {
color: #8cb0d4;
}
.bridgewater-bay {
color: #bad5e3;
}
.cachet-cream {
color: #f3d7b9;
}
/* CSS Variables */
:root {
--raftsman:#3b5e9b;
--glaucous:#5e82b5;
--blue-bell:#8cb0d4;
--bridgewater-bay:#bad5e3;
--cachet-cream:#f3d7b9;
}