Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.holiday-blue {
color: #3bc9d8;
}
.deep-aquamarine {
color: #78e2e1;
}
.overtone {
color: #a1e2b7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--holiday-blue:#3bc9d8;
--deep-aquamarine:#78e2e1;
--overtone:#a1e2b7;
--apricot-glazed-chicken:#f5a524;
}