Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab7b2;
}
.blue-radiance {
color: #5dd0d0;
}
.everest {
color: #a2e2e1;
}
.gram-s-hair {
color: #f2f7f7;
}
.cloud-number-nine {
color: #f9d1c8;
}
/* CSS Variables */
:root {
--swagger:#1ab7b2;
--blue-radiance:#5dd0d0;
--everest:#a2e2e1;
--gram-s-hair:#f2f7f7;
--cloud-number-nine:#f9d1c8;
}