Color names in this palette
CSS code for this palette
/* CSS */
.aria {
color: #e3e5e1;
}
.airway {
color: #afc3d5;
}
.polished-metal {
color: #819ab1;
}
.cayman-bay {
color: #4f7a8c;
}
.berry-blue-green {
color: #294b56;
}
/* CSS Variables */
:root {
--aria:#e3e5e1;
--airway:#afc3d5;
--polished-metal:#819ab1;
--cayman-bay:#4f7a8c;
--berry-blue-green:#294b56;
}