Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #697e9b;
}
.simpatico-blue {
color: #a5c2d4;
}
.diamond-white {
color: #e0f0f5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--searching-blue:#697e9b;
--simpatico-blue:#a5c2d4;
--diamond-white:#e0f0f5;
--apricot-glazed-chicken:#f5a524;
--orange-gluttony:#e77e23;
}