Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.welcoming-wasp {
color: #f0a800;
}
.outrageous-orange {
color: #ff7247;
}
.blue-tint {
color: #a1d6d9;
}
.lemon-meringue {
color: #f6e298;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--welcoming-wasp:#f0a800;
--outrageous-orange:#ff7247;
--blue-tint:#a1d6d9;
--lemon-meringue:#f6e298;
}