Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0d4b91;
}
.jazz-blue {
color: #1b6aa7;
}
.aztec-sky {
color: #4fb2d8;
}
.turkish-turquoise {
color: #77e0e4;
}
.forsythia-blossom {
color: #f3d66d;
}
/* CSS Variables */
:root {
--yale-blue:#0d4b91;
--jazz-blue:#1b6aa7;
--aztec-sky:#4fb2d8;
--turkish-turquoise:#77e0e4;
--forsythia-blossom:#f3d66d;
}