Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.peaceful-river {
color: #4a9cd3;
}
.lighthouse-glow {
color: #f6d56a;
}
.mikan-orange {
color: #f08400;
}
.wet-coral {
color: #d05449;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--peaceful-river:#4a9cd3;
--lighthouse-glow:#f6d56a;
--mikan-orange:#f08400;
--wet-coral:#d05449;
}