Color names in this palette
CSS code for this palette
/* CSS */
.indigo-carmine {
color: #0071c2;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00d0f0;
}
.non-photo-blue {
color: #9edff0;
}
/* CSS Variables */
:root {
--indigo-carmine:#0071c2;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00d0f0;
--non-photo-blue:#9edff0;
}