Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.apricot-lily {
color: #ffd1b3;
}
.cornflower-lilac {
color: #ffadad;
}
.esprit-peach {
color: #ffc29e;
}
.cerulean-frost {
color: #6e9cc4;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--apricot-lily:#ffd1b3;
--cornflower-lilac:#ffadad;
--esprit-peach:#ffc29e;
--cerulean-frost:#6e9cc4;
}