Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7e8c;
}
.foghorn {
color: #8da0b0;
}
.cloudy-valley {
color: #b3c7d6;
}
.paper-lamb {
color: #f3eae2;
}
.bubble-shell {
color: #d4a39b;
}
/* CSS Variables */
:root {
--technical-blue:#5a7e8c;
--foghorn:#8da0b0;
--cloudy-valley:#b3c7d6;
--paper-lamb:#f3eae2;
--bubble-shell:#d4a39b;
}