Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.democrat {
color: #00b0f0;
}
.heisenberg-blue {
color: #6fd3f1;
}
.blizzard-blue {
color: #a3e7f0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--democrat:#00b0f0;
--heisenberg-blue:#6fd3f1;
--blizzard-blue:#a3e7f0;
--coastal-breeze:#e0f7fa;
}