Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d0;
}
.mystic-tulip {
color: #f6b6a2;
}
.lemon-gelato {
color: #f9ea9f;
}
.blue-dam {
color: #a1c6d4;
}
.out-of-fashion {
color: #f26e8d;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d0;
--mystic-tulip:#f6b6a2;
--lemon-gelato:#f9ea9f;
--blue-dam:#a1c6d4;
--out-of-fashion:#f26e8d;
}