Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.sorbet-ice-mauve {
color: #a0a7da;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.egg-yolk {
color: #ffcc80;
}
.frozen-salmon {
color: #ffa98f;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--sorbet-ice-mauve:#a0a7da;
--ti-n-l-n-sky:#65b5f6;
--egg-yolk:#ffcc80;
--frozen-salmon:#ffa98f;
}