Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.bellagio-fountains {
color: #b8e1f4;
}
.sand-island {
color: #f4d1c3;
}
.mellow-apricot {
color: #f9b87b;
}
.breeze-of-chilli {
color: #f46c6c;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--bellagio-fountains:#b8e1f4;
--sand-island:#f4d1c3;
--mellow-apricot:#f9b87b;
--breeze-of-chilli:#f46c6c;
}