Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.irish {
color: #3c8b5b;
}
.bath-turquoise {
color: #5fb9a6;
}
.oasis-stream {
color: #a1e8d6;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--irish:#3c8b5b;
--bath-turquoise:#5fb9a6;
--oasis-stream:#a1e8d6;
--quiet-whisper:#f0f4e7;
}