Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.white-smoke {
color: #f3f7f5;
}
.aloe-cream {
color: #d7e9b9;
}
.lugganath-orange {
color: #f6a788;
}
.dahlia-mauve {
color: #b35b8d;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--white-smoke:#f3f7f5;
--aloe-cream:#d7e9b9;
--lugganath-orange:#f6a788;
--dahlia-mauve:#b35b8d;
}