Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffadad;
}
.fresh-apricot {
color: #ffd6a3;
}
.cr-me {
color: #fdffb8;
}
.frosted-mint-hills {
color: #c8ffbd;
}
.eternal-winter {
color: #99f7ff;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffadad;
--fresh-apricot:#ffd6a3;
--cr-me:#fdffb8;
--frosted-mint-hills:#c8ffbd;
--eternal-winter:#99f7ff;
}