Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e2e2;
}
.morning-glory {
color: #a0d3d4;
}
.seascape-green {
color: #b3e5e6;
}
.precious-pink {
color: #f6b6b6;
}
.noodles {
color: #f8e4b4;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e2e2;
--morning-glory:#a0d3d4;
--seascape-green:#b3e5e6;
--precious-pink:#f6b6b6;
--noodles:#f8e4b4;
}