Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1d3c6d;
}
.windsurfing {
color: #3c709a;
}
.stillwater {
color: #6da2b0;
}
.tanager-turquoise {
color: #90d8e4;
}
.american-yellow {
color: #f0b400;
}
/* CSS Variables */
:root {
--blue-mosque:#1d3c6d;
--windsurfing:#3c709a;
--stillwater:#6da2b0;
--tanager-turquoise:#90d8e4;
--american-yellow:#f0b400;
}