Color names in this palette
CSS code for this palette
/* CSS */
.vizcaya {
color: #7c9c9a;
}
.ocean-boulevard {
color: #a3c8c6;
}
.frosty-mint {
color: #e4f6f4;
}
.frosted-tulip {
color: #f6d7d5;
}
.redstone {
color: #e26a6e;
}
/* CSS Variables */
:root {
--vizcaya:#7c9c9a;
--ocean-boulevard:#a3c8c6;
--frosty-mint:#e4f6f4;
--frosted-tulip:#f6d7d5;
--redstone:#e26a6e;
}