Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.medium-turquoise {
color: #4bcec9;
}
.dead-99 {
color: #9ae0b2;
}
.dolly {
color: #f3f76e;
}
.orange-pink {
color: #ff6f52;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--medium-turquoise:#4bcec9;
--dead-99:#9ae0b2;
--dolly:#f3f76e;
--orange-pink:#ff6f52;
}