Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3a6b9c;
}
.rackley {
color: #5a89aa;
}
.pond-blue {
color: #8cb3c5;
}
.basin-blue {
color: #b8e1e5;
}
.child-of-light {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--star-sapphire:#3a6b9c;
--rackley:#5a89aa;
--pond-blue:#8cb3c5;
--basin-blue:#b8e1e5;
--child-of-light:#f1f6f8;
}