Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095eb;
}
.democrat {
color: #00b0f0;
}
.picnic-day-sky {
color: #00c7e6;
}
.terrace-pool {
color: #a2d8e2;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--pervenche:#0095eb;
--democrat:#00b0f0;
--picnic-day-sky:#00c7e6;
--terrace-pool:#a2d8e2;
--coastal-breeze:#e2f8f8;
}