Color names in this palette
CSS code for this palette
/* CSS */
.bluejay {
color: #198ab3;
}
.mystic-blue {
color: #4dabd1;
}
.tanager-turquoise {
color: #92d8e8;
}
.distant-horizon {
color: #f0f8f9;
}
.butterscotch {
color: #f9b248;
}
/* CSS Variables */
:root {
--bluejay:#198ab3;
--mystic-blue:#4dabd1;
--tanager-turquoise:#92d8e8;
--distant-horizon:#f0f8f9;
--butterscotch:#f9b248;
}