Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ca4e3;
}
.thredbo {
color: #76c4d6;
}
.luminescent-blue {
color: #a2e2e6;
}
.rogue-pink {
color: #f7a6c2;
}
.pink-explosion {
color: #f4718b;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ca4e3;
--thredbo:#76c4d6;
--luminescent-blue:#a2e2e6;
--rogue-pink:#f7a6c2;
--pink-explosion:#f4718b;
}