Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #55a0e2;
}
.norfolk-sky {
color: #6bb9e6;
}
.terrace-pool {
color: #a3d7e0;
}
.limelight {
color: #efe46c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--high-blue:#55a0e2;
--norfolk-sky:#6bb9e6;
--terrace-pool:#a3d7e0;
--limelight:#efe46c;
--apricot-glazed-chicken:#f5a524;
}