Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.shovel-knight {
color: #3ac4f2;
}
.heisenberg-blue {
color: #6fd9f6;
}
.ganon-blue {
color: #a5e6f8;
}
.cotton-ball {
color: #f3fafc;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--shovel-knight:#3ac4f2;
--heisenberg-blue:#6fd9f6;
--ganon-blue:#a5e6f8;
--cotton-ball:#f3fafc;
}