Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b7c9d7;
}
.blueberry-buckle {
color: #8b98b6;
}
.arrowhead-lake {
color: #5b748b;
}
.blue-loneliness {
color: #496c83;
}
.celtic-rush {
color: #2d4b5c;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b7c9d7;
--blueberry-buckle:#8b98b6;
--arrowhead-lake:#5b748b;
--blue-loneliness:#496c83;
--celtic-rush:#2d4b5c;
}