Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.ice-crystal-blue {
color: #a6e8e0;
}
.crystal-river {
color: #b2e5f0;
}
.rose-mallow {
color: #f1a7c8;
}
.e-honda-beige {
color: #f9d780;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--ice-crystal-blue:#a6e8e0;
--crystal-river:#b2e5f0;
--rose-mallow:#f1a7c8;
--e-honda-beige:#f9d780;
}