Color names in this palette
CSS code for this palette
/* CSS */
.spinning-blue {
color: #5b6b7b;
}
.blue-pot {
color: #a2afc3;
}
.weathered-blue {
color: #d2e2f9;
}
.sweetheart {
color: #f4c3d6;
}
.salmon-fresco {
color: #f9b09f;
}
/* CSS Variables */
:root {
--spinning-blue:#5b6b7b;
--blue-pot:#a2afc3;
--weathered-blue:#d2e2f9;
--sweetheart:#f4c3d6;
--salmon-fresco:#f9b09f;
}