Color names in this palette
CSS code for this palette
/* CSS */
.non-photo-blue {
color: #a0ddee;
}
.hygiene-green {
color: #5eb5b5;
}
.blue-chill {
color: #3f8d8d;
}
.microwave-blue {
color: #2a5555;
}
.nordic {
color: #1a3d3d;
}
/* CSS Variables */
:root {
--non-photo-blue:#a0ddee;
--hygiene-green:#5eb5b5;
--blue-chill:#3f8d8d;
--microwave-blue:#2a5555;
--nordic:#1a3d3d;
}