Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #51b4e6;
}
.tanager-turquoise {
color: #92d8e8;
}
.sunny-mood {
color: #f7c94b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#51b4e6;
--tanager-turquoise:#92d8e8;
--sunny-mood:#f7c94b;
--apricot-glazed-chicken:#f5a524;
}