Color names in this palette
CSS code for this palette
/* CSS */
.alluring-white {
color: #efe2d2;
}
.hindsight {
color: #bac8e3;
}
.caribbean-sky {
color: #7f9ecc;
}
.windsurfing {
color: #3c6d9a;
}
.nautical {
color: #2a4a7e;
}
/* CSS Variables */
:root {
--alluring-white:#efe2d2;
--hindsight:#bac8e3;
--caribbean-sky:#7f9ecc;
--windsurfing:#3c6d9a;
--nautical:#2a4a7e;
}