Color names in this palette
CSS code for this palette
/* CSS */
.ineffable-linen {
color: #e5e3c7;
}
.christmas-silver {
color: #e0e0e0;
}
.blueberry-soft-blue {
color: #5797c1;
}
.cendre-blue {
color: #3e7fa3;
}
.periwinkle-sky {
color: #8cb8d9;
}
/* CSS Variables */
:root {
--ineffable-linen:#e5e3c7;
--christmas-silver:#e0e0e0;
--blueberry-soft-blue:#5797c1;
--cendre-blue:#3e7fa3;
--periwinkle-sky:#8cb8d9;
}