Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.tech-wave {
color: #4b7f9b;
}
.rest-assured {
color: #9cc2c9;
}
.oyster-bisque {
color: #f2e6b0;
}
.peach-amber {
color: #f89f91;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--tech-wave:#4b7f9b;
--rest-assured:#9cc2c9;
--oyster-bisque:#f2e6b0;
--peach-amber:#f89f91;
}