Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d5c1;
}
.sweet-nectar {
color: #f8bfaf;
}
.sweet-lilac {
color: #eab8d1;
}
.light-sea-cliff {
color: #b5d5e8;
}
.sea-cliff {
color: #a8c6e1;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d5c1;
--sweet-nectar:#f8bfaf;
--sweet-lilac:#eab8d1;
--light-sea-cliff:#b5d5e8;
--sea-cliff:#a8c6e1;
}