Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1db4e2;
}
.calabrese {
color: #f1a8a2;
}
.marigold-dust {
color: #f4cf3e;
}
.bleached-apricot {
color: #f7c7ab;
}
.coco-muck {
color: #9d4a2a;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1db4e2;
--calabrese:#f1a8a2;
--marigold-dust:#f4cf3e;
--bleached-apricot:#f7c7ab;
--coco-muck:#9d4a2a;
}