Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6a98;
}
.river-blue {
color: #39b1c6;
}
.hammam-blue {
color: #5fe3d5;
}
.phellodendron-amurense {
color: #f5c13d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6a98;
--river-blue:#39b1c6;
--hammam-blue:#5fe3d5;
--phellodendron-amurense:#f5c13d;
--apricot-glazed-chicken:#f5a524;
}