Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.metal-gear {
color: #a4c2db;
}
.regale-blue {
color: #7db5d4;
}
.maui-blue {
color: #4da0b3;
}
.sea-bed {
color: #2a7d8d;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--metal-gear:#a4c2db;
--regale-blue:#7db5d4;
--maui-blue:#4da0b3;
--sea-bed:#2a7d8d;
}