Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.crunch {
color: #f2b75f;
}
.ice-sculpture {
color: #e0e6e5;
}
.sea-rover {
color: #a1d4e2;
}
.alaskan-blue {
color: #64a5ce;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--crunch:#f2b75f;
--ice-sculpture:#e0e6e5;
--sea-rover:#a1d4e2;
--alaskan-blue:#64a5ce;
}