Color names in this palette
CSS code for this palette
/* CSS */
.button-blue {
color: #1ca0f2;
}
.calming-space {
color: #a9b7c1;
}
.space-convoy {
color: #657786;
}
.bellflower-blue {
color: #e2e9ee;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--button-blue:#1ca0f2;
--calming-space:#a9b7c1;
--space-convoy:#657786;
--bellflower-blue:#e2e9ee;
--white-solid:#f5f8fa;
}