Color names in this palette
CSS code for this palette
/* CSS */
.sky-of-magritte {
color: #00a1ff;
}
.pervenche {
color: #0091e6;
}
.water-raceway {
color: #0081c7;
}
.singing-blue {
color: #0072a3;
}
.blue-flame {
color: #005e8a;
}
/* CSS Variables */
:root {
--sky-of-magritte:#00a1ff;
--pervenche:#0091e6;
--water-raceway:#0081c7;
--singing-blue:#0072a3;
--blue-flame:#005e8a;
}