Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.huelve-o-horizon {
color: #1db4e2;
}
.magnesia-bay {
color: #5dc7e5;
}
.charlotte {
color: #a4e1e5;
}
.yellow-chalk {
color: #f5fbb1;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--huelve-o-horizon:#1db4e2;
--magnesia-bay:#5dc7e5;
--charlotte:#a4e1e5;
--yellow-chalk:#f5fbb1;
}