Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.leisure-blue {
color: #6b8e9e;
}
.jardini-re {
color: #009975;
}
.garlic-pesto {
color: #c4d600;
}
.goldfish {
color: #f3ab5e;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--leisure-blue:#6b8e9e;
--jardini-re:#009975;
--garlic-pesto:#c4d600;
--goldfish:#f3ab5e;
}