Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.iceberg {
color: #dbe4f0;
}
.cloudy-valley {
color: #b3c7d6;
}
.tantalize {
color: #6a9bc8;
}
.sotek-green {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--iceberg:#dbe4f0;
--cloudy-valley:#b3c7d6;
--tantalize:#6a9bc8;
--sotek-green:#4a7c8c;
}