Color names in this palette
CSS code for this palette
/* CSS */
.cool-air-of-debonair {
color: #2a384c;
}
.berry-pie {
color: #4e6e8d;
}
.airborne {
color: #a1c1d4;
}
.cave-pearl {
color: #d6e6e1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--cool-air-of-debonair:#2a384c;
--berry-pie:#4e6e8d;
--airborne:#a1c1d4;
--cave-pearl:#d6e6e1;
--welcoming-wasp:#f0a800;
}