Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.tech-wave {
color: #4c7b9e;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--tech-wave:#4c7b9e;
--thistleblossom-soft-blue:#8bb5c1;
--frosty-soft-blue:#b2e0e0;
--white-solid:#f5f8fa;
}