Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c3e0;
}
.bellagio-fountains {
color: #b9e2f3;
}
.white-sulfur {
color: #f0f8e8;
}
.e-honda-beige {
color: #f9d780;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c3e0;
--bellagio-fountains:#b9e2f3;
--white-sulfur:#f0f8e8;
--e-honda-beige:#f9d780;
--grapefruit-pulp:#ff6e61;
}