Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.affinity {
color: #ffd4a3;
}
.transparent-yellow {
color: #fff1a8;
}
.dithered-sky {
color: #b8e0ff;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--affinity:#ffd4a3;
--transparent-yellow:#fff1a8;
--dithered-sky:#b8e0ff;
--nevada-sky:#a2dae6;
}