Color names in this palette
CSS code for this palette
/* CSS */
.fortress-grey {
color: #b8b8b8;
}
.drip {
color: #a5c9d5;
}
.ethereal-green {
color: #f0e7c7;
}
.mystic-tulip {
color: #f9b49f;
}
.true-to-you {
color: #c9d3a1;
}
/* CSS Variables */
:root {
--fortress-grey:#b8b8b8;
--drip:#a5c9d5;
--ethereal-green:#f0e7c7;
--mystic-tulip:#f9b49f;
--true-to-you:#c9d3a1;
}